Skip to content

Commit

Permalink
Allow numpy>=1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
je-cook committed Sep 27, 2023
1 parent 0fdb7a5 commit e88ad54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mkdocs-material>=4.6.3
mkdocs-git-revision-date-localized-plugin >= 1.2
mkdocs-glightbox >= 0.3.4
pymdown-extensions>=6.3
numpy>=1.19.0,<=1.21.5
numpy>=1.19.0,!=1.22,>=1.23.0
scipy>=0.19.1
matplotlib>=2.1.1
pillow>=5.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"test_suite": "pytest",
"install_requires": [
"numpy>=1.19.0,<1.22.1",
"numpy>=1.19.0,!=1.22,>=1.23.0",
"scipy>=0.19.1",
"importlib-resources ; python_version<'3.9'",
"pandas",
Expand Down

0 comments on commit e88ad54

Please sign in to comment.