-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBOOTPLACE.yml
More file actions
42 lines (42 loc) · 901 Bytes
/
BOOTPLACE.yml
File metadata and controls
42 lines (42 loc) · 901 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
name: BOOTPLACE
channels:
- conda-forge
- defaults
- pytorch
dependencies:
- python=3.6.15
- pip=21.3.1
- numpy=1.19.5
- scipy=1.5.3
- cython=0.29.24
- cudatoolkit=11.3
- pillow=8.3.2
- matplotlib=3.3.4
- scikit-image=0.17.2
- ffmpeg=4.3
- readline
- setuptools
- wheel
- ca-certificates
- openssl
- tk
- zlib
- pip:
- torch==1.9.1+cu111
- torchvision==0.10.1+cu111
- torchaudio==0.9.1
- --find-links https://download.pytorch.org/whl/torch_stable.html
- opencv-python==4.5.5.64 # 更稳定
- cycler==0.11.0
- decorator==4.4.2
- imageio==2.15.0
- kiwisolver==1.3.1
- networkx==2.5.1
- packaging==21.3
- pycocotools==2.0.7
- pyparsing==3.1.4
- python-dateutil==2.9.0.post0
- pywavelets==1.1.1
- six==1.17.0
- thop==0.1.1-2209072238
- tifffile==2020.9.3