-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
50 lines (50 loc) · 892 Bytes
/
environment.yml
File metadata and controls
50 lines (50 loc) · 892 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: TomatoMAP
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- python=3.10
- pip
- setuptools>=70,<=81
- wheel
- pytorch=2.5.*
- torchvision=0.20.*
- torchaudio=2.5.*
- numpy>=1.24,<2.0
- scipy>=1.10,<1.13
- pandas>=2.0,<2.3
- matplotlib>=3.7,<3.9
- scikit-learn>=1.3,<1.5
- statsmodels>=0.14,<0.15
- pillow>=10
- opencv=4.10.*
- jupyter
- jupyterlab
- notebook
- pyyaml
- tqdm
- requests
- tensorboard
- cython
- ninja
- gcc_linux-64=13
- gxx_linux-64=13
- c-compiler
- cxx-compiler
- psutil>=5.8
- polars>=0.20,<1.0
- termcolor>=1.1
- yacs>=0.1.8
- tabulate
- cloudpickle
- omegaconf>=2.1,<2.4
- hydra-core>=1.1,<1.4
- packaging
- libgcc-ng>=11
- libstdcxx-ng>=11
- pip:
- fvcore>=0.1.5,<0.1.6
- iopath>=0.1.7,<0.1.10
- pycocotools>=2.0.2
- ultralytics-thop>=2.0.18