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 8384b5c commit 8f0ec6dCopy full SHA for 8f0ec6d
.github/workflows/conda-package.yml
@@ -140,7 +140,7 @@ jobs:
140
- name: Install mkl_fft
141
run: |
142
CHANNELS="-c $GITHUB_WORKSPACE/channel ${{ env.CHANNELS }}"
143
- conda create -n ${{ env.TEST_ENV_NAME }} $PACKAGE_NAME=${{ env.PACKAGE_VERSION }} python=${{ matrix.python }} pytest "scipy>=1.10" $CHANNELS
+ conda create -n ${{ env.TEST_ENV_NAME }} $PACKAGE_NAME=${{ env.PACKAGE_VERSION }} python=${{ matrix.python }} pytest "numpy>=1.26" "scipy>=1.10" $CHANNELS
144
# Test installed packages
145
conda list -n ${{ env.TEST_ENV_NAME }}
146
0 commit comments