Skip to content

Commit

Permalink
bump numpy version due to security alerts.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunayana committed Mar 15, 2023
1 parent 1d4e7a9 commit 50860ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wrappers/pyrichdem/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ def build_extensions(self):
keywords = 'GIS terrain hydrology geomorphology raster',
#packages = find_packages(exclude=['contrib', 'docs', 'tests*']),
install_requires = [
"numpy>=1.7,<2; python_version > '3.4' or python_version < '3.0'",
"numpy>=1.7,<1.12; python_version < '3.4' and python_version > '3.0'"
"numpy>=1.22,<2; python_version > '3.4' or python_version < '3.0'",
"numpy>=1.22,<1.12; python_version < '3.4' and python_version > '3.0'"
],
# extras_require = {
# ':python_version > "3.4"': [
Expand Down

0 comments on commit 50860ea

Please sign in to comment.