Skip to content

Commit b537b8d

Browse files
authored
Update pyproject.toml
fixing latest issue with jax v7 upgrade
1 parent f660541 commit b537b8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ tensorflow = { version = "^2.16.2", markers = "platform_machine == 'aarch64' or
2828
biopython = "<1.86"
2929
numpy = "^2.0.2"
3030
pandas = "^2.2.2"
31-
alphafold-colabfold = { version = "2.3.10", optional = true }
31+
alphafold-colabfold = { version = "2.3.11", optional = true }
3232
#alphafold-colabfold = { path = "../alphafold", develop = true, optional = true }
3333
requests = "^2.26.0"
3434
tqdm = "^4.62.2"
3535
appdirs = "^1.4.4"
3636
py3Dmol = { version = "^2.0.1", optional = true }
3737
dm-tree = { version = "^0.1.9", optional = true }
38-
dm-haiku = { version = "^0.0.13", optional = true }
38+
dm-haiku = { version = "^0.0.14", optional = true }
3939
importlib-metadata = "^8.6.1"
4040

4141
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)