Skip to content

Commit 15fae34

Browse files
committed
use mayavi and vtk<9.4
1 parent da4f894 commit 15fae34

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
run: |
4444
python -m pip install --upgrade pip
4545
python -m pip install setuptools>=40.8.0 wheel pytest
46-
python -I -m pip install Pygments configobj matplotlib 'mayavi-dev>=4.8.3.dev0' mockito numpy psutil pyopencl pyqt5 siphash24 tqdm traitsui 'vtk>=9.2.2'
47-
python -I -m pip install . --no-deps
46+
python -m pip install .
4847
python -m pip freeze --all
4948
5049
- name: Validate OpenCL

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
keywords='tissue, optics, monte carlo, light propagation, simulation, scattering, ray tracing, 3D',
2323
packages=setuptools.find_packages(),
2424
install_requires=[
25-
'mayavi-dev>=4.8.3.dev0',
25+
'mayavi>=4.8.2',
2626
'numpy',
2727
'matplotlib',
2828
'tqdm',
@@ -32,7 +32,7 @@
3232
'pyqt5',
3333
'configobj',
3434
'traitsui',
35-
'vtk>=9.2.2',
35+
'vtk>=9.2.2,<9.4',
3636
'Pygments',
3737
'siphash24',
3838
],

0 commit comments

Comments
 (0)