Skip to content

Commit

Permalink
Fix version of Jax to solve Poetry resolve issue (#2709)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Dec 17, 2023
1 parent 316bbdb commit 06d08d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/jax/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ authors = ["The Flower Authors <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.8"
flwr = { path = "../../", develop = true, extras = ["simulation"] }
jax = "^0.4.0"
jaxlib = "^0.4.0"
jax = "==0.4.13"
jaxlib = "==0.4.13"
scikit-learn = "^1.1.1"
numpy = "^1.21.4"

Expand Down

0 comments on commit 06d08d5

Please sign in to comment.