Skip to content

Commit

Permalink
Revert "update dependencies"
Browse files Browse the repository at this point in the history
This reverts commit ab5823f.
  • Loading branch information
junpenglao committed Sep 20, 2023
1 parent ab5823f commit 46d874d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ classifiers = [
"Topic :: Scientific/Engineering :: Mathematics",
]
dependencies = [
"fastprogress>=1.0.0",
"jax>=0.4.12",
"jaxlib>=0.4.14",
"jaxopt>=0.8",
"optax>=0.1.7",
"fastprogress>=0.2.0",
"jax>=0.3.13",
"jaxlib>=0.3.10",
"jaxopt>=0.5.5",
"optax",
"typing-extensions>=4.4.0",
]
dynamic = ["version"]
Expand Down

0 comments on commit 46d874d

Please sign in to comment.