Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
biering authored May 8, 2024
1 parent 8c120b3 commit 8eff7ed
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 @@ -15,8 +15,8 @@ numpy = ">=1.19.0"
scipy = ">=1.8.0"
tensorflow = { version = ">=2.16.1", optional = true }
matplotlib = { version = ">=3.4.2", optional = true }
jax = { version = "*", optional = true }
jaxlib = { version = "*", optional = true }
jax = { version = ">=0.4.27", optional = true }
jaxlib = { version = ">=0.4.27", optional = true }


[tool.poetry.extras]
Expand Down

0 comments on commit 8eff7ed

Please sign in to comment.