Skip to content

Commit

Permalink
Force numpy==2
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Jun 20, 2024
1 parent c1afec5 commit fe6d56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install build packages and pytest
run: |
python -m pip install --upgrade pip wheel setuptools
python -m pip install "conan<2" scikit-build pytest cython numpy
python -m pip install "conan<2" scikit-build pytest cython numpy>=2
- name: Create sdist
run: python setup.py sdist
Expand Down

0 comments on commit fe6d56f

Please sign in to comment.