* Fixes

* Black

* Test fix

* Test fix

* workflow fixes
This commit is contained in:
Patrick Kidger
2022-07-11 13:03:39 +01:00
committed by GitHub
parent 207faaabfd
commit b5c25822ff
8 changed files with 29 additions and 7 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ python_requires = "~=3.7"
# We use typeguard internally (in a fairly minimal way), but it's not required that
# end users make the same choice.
install_requires = ["jax>=0.3.4", "typeguard>=2.13.3"]
install_requires = ["jax>=0.3.4", "typeguard>=2.13.3", "typing_extensions>=4.2.0"]
entry_points = dict(pytest11=["jaxtyping = jaxtyping.pytest_plugin"])