Skip to content

Commit

Permalink
Add typing_extensions dependency for Python < 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Feb 23, 2024
1 parent 6f57f5d commit 5965f1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies:
- jax-dataclasses >= 1.4.0
- pptree
- rod
- typing_extensions # python<3.12
# Optional dependencies from setup.cfg
# [style]
- black
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ install_requires =
jax_dataclasses >= 1.4.0
pptree
rod
typing_extensions ; python_version < '3.12'

[options.packages.find]
where = src
Expand Down

0 comments on commit 5965f1c

Please sign in to comment.