Skip to content

Commit

Permalink
update pyproject.toml, jax==0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vdeltatto committed Nov 11, 2024
1 parent 4926eaf commit 203c3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
requires-python = ">=3.8"

dependencies = ["numpy<2.0", "scipy", "scikit-learn", "matplotlib", "seaborn", "tqdm",
"jax==0.4.30", "jaxlib==0.4.30", "flax==0.8.5", "networkx==3.2.1"]
"jax==0.4.3", "jaxlib==0.4.3", "flax==0.8.5", "networkx==3.2.1"]

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

0 comments on commit 203c3f2

Please sign in to comment.