forked from GabiK-bat/BatNet
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathenvironment.yml
More file actions
26 lines (26 loc) · 1.44 KB
/
environment.yml
File metadata and controls
26 lines (26 loc) · 1.44 KB
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
# conda environment file for DuckNet application
name: DuckNet
channels:
- conda-forge
- anaconda
- defaults
dependencies:
- cloudpickle=3.1.1
- flask=3.1.0
- numpy=2.2.6
- pandas=2.2.3
- pillow=11.1.0
- pip=25.1
- python=3.11.9
- scipy=1.15.3
- scikit-learn=1.6.1
- setuptools=80.1.0
- waitress=3.0.2
- werkzeug=3.1.3
- pip:
- exif==1.6.1
- onnxruntime==1.22.0
- plum-py==0.8.7
# need to install torch and torchvision with CUDA from wheel (linux specific)
- https://download.pytorch.org/whl/cu124/torch-2.5.1%2Bcu124-cp311-cp311-linux_x86_64.whl
- https://download.pytorch.org/whl/cu124/torchvision-0.20.1%2Bcu124-cp311-cp311-linux_x86_64.whl