Skip to content

Commit

Permalink
Add typing_extensions to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed May 5, 2024
1 parent f172a88 commit b316405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"jax>=0.3.18", # For jax.Array.
"jax_dataclasses>=1.4.4",
"numpy",
"typing_extensions>=4.0.0",
"tyro", # Only used in examples.
],
extras_require={
Expand Down

0 comments on commit b316405

Please sign in to comment.