Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
phinate committed Aug 4, 2023
1 parent d73e8ce commit 765048b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
"equinox",
"jaxopt>=0.7", # LBFGSB
"optax>=0.1.2", # deprecated jax.tree_multimap
"equinox>=0.10.6", # eqx.field
"jaxopt>=0.7", # LBFGSB
"typing_extensions >=4.6; python_version<'3.11'",
]

Expand Down

0 comments on commit 765048b

Please sign in to comment.