Skip to content

Commit

Permalink
Allow only typeguard lower than 3.x.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
knyazer authored and patrick-kidger committed Oct 10, 2023
1 parent 91a36aa commit 77c263c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Mathematics",
]
urls = {repository = "https:/google/jaxtyping" }
dependencies = ["numpy>=1.20.0", "typeguard>=2.13.3", "typing_extensions>=3.7.4.1"]
dependencies = ["numpy>=1.20.0", "typeguard>=2.13.3,<3", "typing_extensions>=3.7.4.1"]
entry-points = {pytest11 = {jaxtyping = "jaxtyping._pytest_plugin"}}

[build-system]
Expand Down

0 comments on commit 77c263c

Please sign in to comment.