-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yaml
More file actions
34 lines (34 loc) · 898 Bytes
/
environment.yaml
File metadata and controls
34 lines (34 loc) · 898 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
28
29
30
31
32
33
34
# You need to replace 'prefix: /home/user/anaconda3/envs/3dseg' with your own virtual environment path,
# and you can rename the created virtual environment by revise 'name'.
name: 3dseg
channels:
- defaults
dependencies:
- pip=24.0
- python=3.9.0
- pip:
- batchgenerators==0.25
- cmake==3.30.1
- colorama==0.4.6
- einops==0.8.0
- highresnet==0.10.2
- matplotlib==3.9.1
- monai==0.9.0
- nibabel==5.2.1
- numpy==1.23.2
- opencv-python==4.10.0.84
- pandas==2.2.2
- pillow==10.4.0
- pytorch-lightning==2.3.3
- pytz==2024.1
- pyyaml==6.0.1
- requests==2.32.3
- scikit-learn==1.5.1
- scipy==1.13.1
- seaborn==0.13.2
- simpleitk==2.3.1
- tensorboard==2.17.0
- thop==0.1.1-2209072238
- timm==1.0.8
- tqdm==4.66.4
prefix: /home/user/anaconda3/envs/3dseg