forked from SimVascular/svVascularize
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
27 lines (27 loc) · 776 Bytes
/
requirements.txt
File metadata and controls
27 lines (27 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
numpy>=1.24,<2; python_version < "3.10"
numpy>=1.24,<2; python_version >= "3.10" and python_version < "3.12"
numpy>=1.26,<2; python_version >= "3.12"
scipy>=1.10.1; python_version < "3.12"
scipy>=1.12.0; python_version >= "3.12"
matplotlib>=3.7.5; python_version < "3.12"
matplotlib>=3.8; python_version >= "3.12"
Cython~=3.0.7
usearch
scikit-image
tetgen==0.6.4; python_version < "3.10" and platform_system == "Darwin"
tetgen<0.7.0; python_version < "3.10" and platform_system != "Darwin"
tetgen<0.8.0; python_version >= "3.10" and python_version < "3.12"
tetgen>=0.8.0; python_version >= "3.12"
trimesh[all]
meshio
open3d; python_version < "3.13"
pyvista>=0.44.2
scikit-learn
tqdm
pymeshfix==0.17.0
numexpr
pyvistaqt>=0.11.0
pyside6>=6.4.0
vtk
psutil>=5.9.0
sentry-sdk>=1.0