Skip to content

Commit

Permalink
MAINT: Simpler VTK [circle front] (mne-tools#7931)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Jun 25, 2020
1 parent d122dca commit 95a88e2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ jobs:
- run:
name: Get Python running
command: |
python -m pip install --user --upgrade --progress-bar off pip numpy setuptools
python -m pip install --user --upgrade --progress-bar off -f "https://vtk.org/download" "vtk>=9"
python -m pip install --user --upgrade --progress-bar off pip setuptools
python -m pip install --user --upgrade --progress-bar off -r requirements.txt
python -m pip uninstall -yq pysurfer mayavi
python -m pip install --user --upgrade --progress-bar off --pre sphinx
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ before_install:
pip uninstall -yq numpy
pip install -i "https://pypi.anaconda.org/scipy-wheels-nightly/simple" --pre numpy
pip install -f "https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com" scipy pandas scikit-learn matplotlib h5py Pillow
pip install -f "https://vtk.org/download" "vtk>=9"
pip install --upgrade -r requirements.txt
else
git clone https://github.com/astropy/ci-helpers.git
Expand Down
2 changes: 0 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ dependencies:
- traitsui>=6
- 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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pytest-xdist
joblib
psutil
dipy
vtk -f "https://vtk.org/download"
vtk
https://github.com/numpy/numpydoc/archive/master.zip
https://github.com/enthought/mayavi/archive/master.zip
PySurfer[save_movie]
Expand Down

0 comments on commit 95a88e2

Please sign in to comment.