Skip to content

Commit adb2e4e

Browse files
committed
WIP: Second try
1 parent 7664bb9 commit adb2e4e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

environment.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ dependencies:
3434
- https://api.github.com/repos/numpy/numpydoc/zipball/master
3535
- vtk
3636
- https://api.github.com/repos/pyvista/pyvista/zipball/master
37-
- https://api.github.com/repos/larsoner/mayavi/zipball/crash
38-
- PySurfer[save_movie]
37+
- mayavi
38+
- https://api.github.com/repos/larsoner/PySurfer/zipball/safer
39+
- imageio
3940
- dipy --only-binary dipy
4041
- nibabel
4142
- nilearn

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy
22
scipy
33
matplotlib
4-
https://api.github.com/repos/larsoner/mayavi/zipball/crash
4+
mayavi
55
pyqt5!=5.14.1
66
pyqt5-sip
77
sip
@@ -23,7 +23,8 @@ joblib
2323
psutil
2424
dipy
2525
https://api.github.com/repos/numpy/numpydoc/zipball/master
26-
PySurfer[save_movie]
26+
https://api.github.com/repos/larsoner/PySurfer/zipball/safer
27+
imageio
2728
nilearn
2829
neo
2930
xlrd

0 commit comments

Comments
 (0)