Skip to content

Commit

Permalink
MNT: mkl_fft added as a dependency and replaces default installation …
Browse files Browse the repository at this point in the history
…of pyfftw
  • Loading branch information
dgursoy committed Nov 15, 2017
1 parent b3671e4 commit d8273ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ before_install:
- conda install anaconda-client

install:
- conda install python=$TRAVIS_PYTHON_VERSION nose six numpy h5py scipy scikit-image pywavelets mkl-devel python-coveralls dxchange numexpr
- conda install python=$TRAVIS_PYTHON_VERSION nose six numpy h5py scipy scikit-image pywavelets mkl-devel mkl_fft python-coveralls dxchange numexpr
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
conda install futures;
fi
Expand Down
1 change: 1 addition & 0 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ requirements:
- h5py
- scipy
- six
- mkl_fft
- scikit-image
- pywavelets
- dxchange
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ scipy
scikit-image
pywavelets
mkl-devel
mkl_fft
dxchange
numexpr
futures

0 comments on commit d8273ed

Please sign in to comment.