diff --git a/setup.cfg b/setup.cfg index 0bd407d7..7c3b4100 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,6 +39,7 @@ ignore_missing_imports = True include_package_data = True install_requires = torch>=1.13.1 + numpy>=1.22.0 packages = find: python_requires = >=3.9 @@ -77,7 +78,7 @@ tests = pytest-cov==4.1.0 tox==4.11.4 examples = - numpy==1.21.0 + numpy==1.22.0 matplotlib>=3.5.0,<4.0.0 ipykernel>=6.5.0,<7.0.0 ipywidgets>=7.6.0,<8.0.0