Added support for jax.typing.ArrayLike; now works with PyTorch's bool

This commit is contained in:
Patrick Kidger
2023-02-25 17:01:27 -08:00
parent 81c56052e5
commit e2f004afd4
6 changed files with 222 additions and 38 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Mathematics",
]
python_requires = "~=3.7"
python_requires = "~=3.8"
# We use typeguard internally (in a fairly minimal way), but it's not required that
# end users make the same choice.