We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b35cfa commit 3dcc463Copy full SHA for 3dcc463
pyproject.toml
@@ -7,7 +7,7 @@ license = {file = "LICENSE"}
7
readme = "README.md"
8
requires-python = ">=3.7"
9
10
-dependencies = ["numpy<2.0", "scipy", "scikit-learn", "matplotlib", "seaborn", "jax==0.4.13", "jaxlib==0.4.13"]
+dependencies = ["numpy<2.0", "scipy", "scikit-learn", "matplotlib", "seaborn", "jax", "jaxlib"]
11
12
[project.urls]
13
homepage = "https://github.com/sissa-data-science/DADApy"
0 commit comments