diff --git a/Cargo.lock b/Cargo.lock index 6b43b9ccf..c452aa0af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2564,7 +2564,7 @@ dependencies = [ [[package]] name = "pubgrub" version = "0.2.1" -source = "git+https://github.com/zanieb/pubgrub?rev=b5ead05c954b81690aec40255a1c36ec248e90af#b5ead05c954b81690aec40255a1c36ec248e90af" +source = "git+https://github.com/astral-sh/pubgrub?rev=addbaf184891d66a2dfd93d241a66d13bfe5de86#addbaf184891d66a2dfd93d241a66d13bfe5de86" dependencies = [ "indexmap 2.2.5", "log", diff --git a/Cargo.toml b/Cargo.toml index 0ad9b27fd..a7dbcbf85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ owo-colors = { version = "4.0.0" } pathdiff = { version = "0.2.1" } petgraph = { version = "0.6.4" } platform-info = { version = "2.0.2" } -pubgrub = { git = "https://github.com/zanieb/pubgrub", rev = "b5ead05c954b81690aec40255a1c36ec248e90af" } +pubgrub = { git = "https://github.com/astral-sh/pubgrub", rev = "addbaf184891d66a2dfd93d241a66d13bfe5de86" } pyo3 = { version = "0.20.3" } pyo3-log = { version = "0.9.0" } pyproject-toml = { version = "0.10.0" } diff --git a/scripts/requirements/bio_embeddings.in b/scripts/requirements/bio_embeddings.in new file mode 100644 index 000000000..5716ee72c --- /dev/null +++ b/scripts/requirements/bio_embeddings.in @@ -0,0 +1,2 @@ +# Run on python 3.12 for a pathological test case +bio_embeddings[all]