From 2c389d09ac2d7b746485cf4ded54b683a34332ad Mon Sep 17 00:00:00 2001 From: Max Ghenis Date: Sun, 7 Jun 2026 00:43:43 +0200 Subject: [PATCH] Bump spec engine target seam --- pyproject.toml | 2 +- uv.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f92b47e..96f3845 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ ] requires-python = ">=3.13" dependencies = [ - "microplex[calibrate] @ git+https://github.com/PolicyEngine/microplex.git@90f21d2b2048ed810cde9240f8d03d5bfc1565fc", + "microplex[calibrate] @ git+https://github.com/PolicyEngine/microplex.git@2e560123b407d7a2353fbb92df7d8f30a87ae50f", "duckdb>=1.2", "h5py>=3.10", "requests>=2.31", diff --git a/uv.lock b/uv.lock index 9df2fae..f7ba09b 100644 --- a/uv.lock +++ b/uv.lock @@ -1145,7 +1145,7 @@ dependencies = [ [[package]] name = "microplex" version = "0.2.0" -source = { git = "https://github.com/PolicyEngine/microplex.git?rev=90f21d2b2048ed810cde9240f8d03d5bfc1565fc#90f21d2b2048ed810cde9240f8d03d5bfc1565fc" } +source = { git = "https://github.com/PolicyEngine/microplex.git?rev=2e560123b407d7a2353fbb92df7d8f30a87ae50f#2e560123b407d7a2353fbb92df7d8f30a87ae50f" } dependencies = [ { name = "httpx" }, { name = "huggingface-hub" }, @@ -1209,7 +1209,7 @@ requires-dist = [ { name = "huggingface-hub", marker = "extra == 'hf'", specifier = ">=0.24" }, { name = "jupyter-book", marker = "extra == 'docs'", specifier = ">=0.15,<0.16" }, { name = "microimpute", marker = "python_full_version >= '3.12' and python_full_version < '3.15' and extra == 'policyengine'", git = "https://github.com/PolicyEngine/microimpute.git?rev=90be828eb442c48ee86bb91bb83a75da4b0f0f89" }, - { name = "microplex", extras = ["calibrate"], git = "https://github.com/PolicyEngine/microplex.git?rev=90f21d2b2048ed810cde9240f8d03d5bfc1565fc" }, + { name = "microplex", extras = ["calibrate"], git = "https://github.com/PolicyEngine/microplex.git?rev=2e560123b407d7a2353fbb92df7d8f30a87ae50f" }, { name = "microunit", marker = "extra == 'policyengine'", specifier = ">=0.1.0" }, { name = "policyengine-us", marker = "python_full_version >= '3.11' and python_full_version < '3.15' and extra == 'policyengine'", specifier = "==1.715.2" }, { name = "pytest", marker = "extra == 'dev'", specifier = ">=7.0" },