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 bd8b164
Showing 1 changed file with 1 addition and 0 deletions.
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 bd8b164

Please sign in to comment.