Skip to content

Commit

Permalink
update imports in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lookatator committed Dec 1, 2023
1 parent aaa3ece commit ae2ca3b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@
long_description_content_type="text/markdown",
install_requires=[
"absl-py>=1.0.0",
"jax>=0.3.16",
"jaxlib>=0.3.15", # necessary to build the doc atm
"jax>=0.4.16",
"jaxlib>=0.4.16", # necessary to build the doc atm
"jinja2<3.1.0",
"jumanji>=0.1.3",
"flax>=0.6, <0.6.2",
"brax>=0.0.15",
"jumanji>=0.3.1",
"flax>=0.7.4",
"chex>=0.1.83",
"brax>=0.9.2",
"gym>=0.23.1",
"numpy>=1.22.3",
"optax>=0.1, <0.1.5",
"optax>=0.1.7",
"scikit-learn>=1.0.2",
"scipy>=1.8.0",
],
Expand Down

0 comments on commit ae2ca3b

Please sign in to comment.