forked from tpc2233/tunet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
34 lines (34 loc) · 732 Bytes
/
Copy pathenvironment.yml
File metadata and controls
34 lines (34 loc) · 732 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
name: tunet
channels:
- conda-forge
- defaults
dependencies:
- python=3.12
- pip
- pip:
# Core ML/DL
- torch==2.5.1
- torchvision==0.20.1
- torchaudio==2.5.1
# Data augmentation
- albumentations==2.0.8
- albucore==0.0.24
- opencv-python-headless==4.12.0.88
# Perceptual loss
- lpips==0.1.4
# Visualization
- matplotlib==3.10.8
# UI Framework
- PySide6==6.10.1
# Utilities
- numpy==2.2.6
- scipy==1.16.3
- pillow==12.0.0
- OpenEXR==3.2.4
- pyyaml==6.0.3
- tqdm==4.67.1
- coloredlogs==15.0.1
- humanfriendly==10.0
# Export formats
- onnx==1.20.0
- onnxruntime==1.23.2