Skip to content

Commit 3dcc463

Browse files
committed
no version specification test for jax nor jaxlib
1 parent 8b35cfa commit 3dcc463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = {file = "LICENSE"}
77
readme = "README.md"
88
requires-python = ">=3.7"
99

10-
dependencies = ["numpy<2.0", "scipy", "scikit-learn", "matplotlib", "seaborn", "jax==0.4.13", "jaxlib==0.4.13"]
10+
dependencies = ["numpy<2.0", "scipy", "scikit-learn", "matplotlib", "seaborn", "jax", "jaxlib"]
1111

1212
[project.urls]
1313
homepage = "https://github.com/sissa-data-science/DADApy"

0 commit comments

Comments
 (0)