Skip to content

Commit

Permalink
Add optax to package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Sep 24, 2024
1 parent b6fecf1 commit fefff7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ dependencies:
# ===========================
- python >= 3.12.0
- coloredlogs
- jax >= 0.4.26
- jaxopt >= 0.8.0
- jaxlib >= 0.4.26
- jax >= 0.4.13
- jaxlib >= 0.4.13
- jaxlie >= 1.3.0
- jax-dataclasses >= 1.4.0
- optax >= 0.2.3
- pptree
- qpax
- rod >= 0.3.0
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ classifiers = [
]
dependencies = [
"coloredlogs",
"jax >= 0.4.26",
"jaxopt >= 0.8.0",
"jaxlib >= 0.4.26",
"jax >= 0.4.13",
"jaxlib >= 0.4.13",
"jaxlie >= 1.3.0",
"jax_dataclasses >= 1.4.0",
"pptree",
"optax >= 0.2.3",
"qpax",
"rod >= 0.3.0",
"typing_extensions ; python_version < '3.12'",
Expand Down

0 comments on commit fefff7e

Please sign in to comment.