Skip to content

Commit

Permalink
WIP, MAINT: Simpler VTK 9 on PyPI (mne-tools#7801)
Browse files Browse the repository at this point in the history
* MAINT: Simpler VTK 9 on PyPi [circle front]

* FIX: Try again [circle front]

* FIX: Update

* FIX: Try again
  • Loading branch information
larsoner authored May 20, 2020
1 parent 9455fa8 commit 7726509
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
python -m pip install --upgrade pip setuptools
python -m pip install --upgrade --pre --only-binary ":all:" -i "https://pypi.anaconda.org/scipy-wheels-nightly/simple" numpy
python -m pip install --upgrade --pre --only-binary ":all:" -f "https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com" scipy pandas scikit-learn matplotlib h5py Pillow
python -m pip install --only-binary ":all:" -f "https://vtk.org/download" "vtk>=9"
python -m pip install --upgrade --only-binary vtk vtk;
python -m pip install https://github.com/enthought/mayavi/zipball/master
python -m pip install -r requirements.txt
python -m pip install codecov
Expand Down
6 changes: 4 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,16 @@ dependencies:
- traits>=4.6.0
- pyface>=6
- traitsui>=6
- vtk
- imageio>=2.6.1
- pip:
- -i "https://pypi.org/simple/"
- -f "https://vtk.org/download"
- mne
- https://github.com/numpy/numpydoc/archive/master.zip
- imageio-ffmpeg>=0.4.1
- vtk
- pyvista>=0.24
- mayavi
- https://github.com/enthought/mayavi/archive/master.zip
- PySurfer[save_movie]
- dipy --only-binary dipy
- nibabel
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ pytest-xdist
joblib
psutil
dipy
vtk -f "https://vtk.org/download"
https://github.com/numpy/numpydoc/archive/master.zip
mayavi
https://github.com/enthought/mayavi/archive/master.zip
PySurfer[save_movie]
nilearn
neo
Expand Down

0 comments on commit 7726509

Please sign in to comment.