Skip to content

Commit

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

dependencies = ["numpy<2.0", "scipy", "scikit-learn", "matplotlib", "seaborn", "jax", "jaxlib"]
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"]

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

0 comments on commit 4926eaf

Please sign in to comment.