Skip to content

Commit

Permalink
Pinned numpy requirement to 1.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
mliberty1 committed May 29, 2024
1 parent cfb5ea4 commit f967ff3
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 @@ -17,6 +17,6 @@

check-manifest>=0.37
Cython>=0.29.3 # C native build
numpy>=1.23
numpy>=1.23,<2
pywin32; platform_system=='Windows'
wheel
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def run(self):

# See https://packaging.python.org/en/latest/requirements.html
install_requires=[
'numpy>=1.23',
'numpy>=1.23,<2',
"pywin32; platform_system=='Windows'",
],

Expand Down

0 comments on commit f967ff3

Please sign in to comment.