Skip to content

Commit

Permalink
Bump minimum rod requirement to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Sep 25, 2024
1 parent 48a7b35 commit d998a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- jax-dataclasses >= 1.4.0
- pptree
- qpax
- rod >= 0.3.0
- rod >= 0.3.3
- typing_extensions # python<3.12
# ====================================
# Optional dependencies from setup.cfg
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies = [
"jax_dataclasses >= 1.4.0",
"pptree",
"qpax",
"rod >= 0.3.0",
"rod >= 0.3.3",
"typing_extensions ; python_version < '3.12'",
]

Expand Down

0 comments on commit d998a0e

Please sign in to comment.