We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254052f commit 6bb6b08Copy full SHA for 6bb6b08
.github/workflows/python-publish.yml
@@ -100,9 +100,9 @@ jobs:
100
- name: Display Python version
101
run: python -c "import sys; print(sys.version)"
102
103
- - name: Install numpy
+ - name: Install numpy, scipy
104
run: |
105
- python -m pip install "numpy<${{ env.LIMIT_NUMPY_VERSION }}" "scipy<=${{ env.LIMIT_SCIPY_VERSION }}"
+ python -m pip install "numpy<${{ env.LIMIT_NUMPY_VERSION }}" scipy
106
python -c "import numpy; print(numpy.__version__)"
107
108
- name: Install other dependencies
0 commit comments