From 0386cc290cb37bb10293ff4e2fb15696995960fe Mon Sep 17 00:00:00 2001 From: Cen Wang Date: Tue, 2 Dec 2025 23:14:46 -0500 Subject: [PATCH] Upgrade to the lastest `simopt-extensions` version to avoid building the library during `uv sync` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ae9b809..6388767f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ exclude = ["build*"] "simopt.data_farming" = ["*.npz"] [tool.uv.sources] -simopt-extensions = { git = "https://github.com/cenwangumass/simopt-extensions", rev = "2bcf002" } +simopt-extensions = { git = "https://github.com/cenwangumass/simopt-extensions", rev = "b40a9c8" } [project] name = "simoptlib"