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 78d1ea7 commit ac0c0a5Copy full SHA for ac0c0a5
azure-pipelines.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- bash: |
60
conda build --no-test --python $PYTHON_VERSION ./conf
61
- conda create --name mpi4py_fft_env mpi4py_fft_test coverage scipy pyfftw python=$PYTHON_VERSION --use-local
+ conda create --name mpi4py_fft_env mpi4py_fft_test coverage scipy python=$PYTHON_VERSION --use-local
62
source activate mpi4py_fft_env
63
pip install codecov
64
cd tests && ./runtests.sh
conf/meta.yaml
@@ -25,7 +25,7 @@ requirements:
25
run:
26
- python
27
- mpi4py
28
- - mpich
+ - mpich 4.0.*
29
- {{ pin_compatible('numpy') }}
30
- fftw
31
- hdf5 * mpi_*
@@ -36,7 +36,7 @@ test:
36
requires:
37
- coverage
38
- codecov
39
- - scipy >=1.0.0
+ - scipy
40
#- pyfftw
41
42
source_files:
0 commit comments