Skip to content

Commit

Permalink
Don't restrict version on numpy requirement in swig/python
Browse files Browse the repository at this point in the history
  • Loading branch information
tnipen committed Nov 26, 2024
1 parent bb44a9d commit 43c144d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swig/python/setup.in.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def finalize_options(self):
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['numpy>=2'],
install_requires=['numpy'],

# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
Expand Down

0 comments on commit 43c144d

Please sign in to comment.