Skip to content

Commit

Permalink
updating requirements in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lookatator committed Aug 26, 2024
1 parent 380cc81 commit e2aebd1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ optax==0.1.9
protobuf==3.19.4
scikit-learn==1.5.1
scipy==1.10.1
seaborn==0.11.2
tensorflow-probability==0.24.0
typing-extensions==4.3.0
23 changes: 12 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,22 @@
long_description_content_type="text/markdown",
install_requires=[
"absl-py>=1.0.0",
"jax>=0.4.16",
"jaxlib>=0.4.16", # necessary to build the doc atm
"brax>=0.10.4",
"chex>=0.1.86",
"flax>=0.8.5",
"gym>=0.26.2",
"jax>=0.4.28",
"jaxlib>=0.4.28", # necessary to build the doc atm
"jinja2<3.1.0",
"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.7",
"scikit-learn>=1.0.2",
"scipy>=1.8.0",
"numpy>=1.26.4",
"optax>=0.1.9",
"scikit-learn>=1.5.1",
"scipy>=1.10.1",
"tensorflow-probability>=0.24.0",
],
extras_require={
"cuda12": ["jax[cuda12]>=0.4.16"],
"cuda12": ["jax[cuda12]>=0.4.28"],
},
dependency_links=[
"https://storage.googleapis.com/jax-releases/jax_releases.html",
Expand Down

0 comments on commit e2aebd1

Please sign in to comment.