Skip to content

Commit

Permalink
remove version pin on jax
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Feb 19, 2024
1 parent 7aee6f8 commit f9cc746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ dependencies = [
"drmaa",
"gevent",
"harmonypy",
"jax<=0.4.23",
"jaxlib<=0.4.23",
"jax",
"jaxlib",
"leidenalg",
"louvain",
"matplotlib<=3.7.3",
Expand Down

0 comments on commit f9cc746

Please sign in to comment.