Skip to content

Commit

Permalink
add typing extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ASKabalan committed Jan 14, 2025
1 parent faae206 commit ee542ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ classifiers = [
dependencies = [
"jaxtyping>=0.2.0",
"jax>=0.4.35",
"typing-extensions; python_version < '3.11'",
]

[project.optional-dependencies]
test = ["pytest>=8.0.0" , "jax>=0.4.35"]
test = ["pytest>=8.0.0"]

[tool.scikit-build]
minimum-version = "0.8"
Expand Down

0 comments on commit ee542ad

Please sign in to comment.