Skip to content

Commit

Permalink
Allow numpy2 in package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tnipen committed Nov 25, 2024
1 parent e1913bc commit 5efe575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swig/python-packaging/setup.in.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def run(self):
# However, since the earliest precompiled numpy versions have been used when compiling gridpp,
# it is unlikely the user will have an older version of numpy
# install_requires=['numpy<=1.12.1; python_version < "3"'],
install_requires=['numpy<2'],
install_requires=['numpy'],

test_suite="gridpp.tests",
ext_modules = [module],
Expand Down

0 comments on commit 5efe575

Please sign in to comment.