Skip to content

Commit

Permalink
Update numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gallego-posada committed Dec 16, 2023
1 parent 648d005 commit 389d89b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 389d89b

Please sign in to comment.