Skip to content

Commit

Permalink
Check numpy version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nennigb committed Sep 3, 2024
1 parent 153b1a5 commit a309606
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ jobs:
- name: Run tests
run: |
python -m pypolsys.test
- name: Shown numpy version
run: |
pip show numpy
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def version():
package_data={'pypolsys': ['examples/data/*.npz']},
# build f90 module
ext_modules=[ext_wrapper(buildLapack)],
install_requires=['numpy<2', 'scipy', 'sympy', 'setuptools<60.0'],
install_requires=['numpy', 'scipy', 'sympy', 'setuptools<60.0'],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
Expand Down

0 comments on commit a309606

Please sign in to comment.