diff --git a/autofd/__init__.py b/autofd/__init__.py index d62d217..ae8c167 100644 --- a/autofd/__init__.py +++ b/autofd/__init__.py @@ -60,4 +60,4 @@ def scale_by_learning_rate( "operators", ] -__version__ = "0.0.7" # noqa +__version__ = "0.0.8" # noqa diff --git a/setup.cfg b/setup.cfg index 356a90a..2d4e712 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,7 @@ ignore = E731 [metadata] name = autofd -version = 0.0.7 +version = 0.0.8 author = "Min Lin" author_email = "linmin@sea.com" description = "Automatic Functional Derivative in JAX" @@ -36,10 +36,10 @@ classifiers = [options] packages = find: -python_requires = >=3.9 +python_requires = >=3.10 install_requires = - jax>=0.4.24 - jaxtyping>=0.2.21 + jax>=0.4.38 + jaxtyping>=0.2.36 [options.packages.find] include = autofd*