-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathenvironment.yml
More file actions
128 lines (127 loc) · 3.23 KB
/
environment.yml
File metadata and controls
128 lines (127 loc) · 3.23 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
name: env
channels:
- pytorch
- conda-forge
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
- defaults
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=1_llvm
- ca-certificates=2020.4.5.1=hecc5488_0
- certifi=2020.4.5.1=py37hc8dfbb8_0
- cffi=1.14.0=py37hd463f26_0
- cudatoolkit=10.0.130=0
- freetype=2.10.1=he06d7ca_0
- jpeg=9c=h14c3975_1001
- ld_impl_linux-64=2.34=h53a641e_0
- libblas=3.8.0=16_openblas
- libcblas=3.8.0=16_openblas
- libffi=3.2.1=he1b5a44_1007
- libgcc-ng=9.2.0=h24d8f2e_2
- libgfortran-ng=7.3.0=hdf63c60_5
- liblapack=3.8.0=16_openblas
- libopenblas=0.3.9=h5ec1e0e_0
- libpng=1.6.37=hed695b0_1
- libstdcxx-ng=9.2.0=hdf63c60_2
- libtiff=4.1.0=hc7e4089_6
- libwebp-base=1.1.0=h516909a_3
- llvm-openmp=9.0.1=hc9558a2_2
- lz4-c=1.8.3=he1b5a44_1001
- mkl=2020.0=166
- ncurses=6.1=hf484d3e_1002
- ninja=1.10.0=hc9558a2_0
- numpy=1.18.1=py37h8960a57_1
- olefile=0.46=py_0
- openssl=1.1.1g=h516909a_0
- pip=20.0.2=py_2
- pycparser=2.20=py_0
- python=3.7.6=h8356626_5_cpython
- python_abi=3.7=1_cp37m
- pytorch=1.2.0=py3.7_cuda10.0.130_cudnn7.6.2_0
- readline=8.0=hf8c457e_0
- setuptools=46.1.3=py37hc8dfbb8_0
- six=1.14.0=py_1
- sqlite=3.30.1=hcee41ef_0
- tk=8.6.10=hed695b0_0
- torchvision=0.4.0=py37_cu100
- wheel=0.34.2=py_1
- xz=5.2.5=h516909a_0
- zlib=1.2.11=h516909a_1006
- zstd=1.4.4=h3b9ef0a_2
- pip:
- addict==2.2.1
- albumentations==0.4.5
- appdirs==1.4.3
- attrs==19.3.0
- cityscapesscripts==1.4.0
- click==7.1.1
- cmake==3.17.1
- colorama==0.4.3
- cycler==0.10.0
- cython==0.29.16
- cython-bbox==0.1.3
- decorator==4.4.2
- dlib==19.19.0
- docopt==0.6.2
- entrypoints==0.3
- et-xmlfile==1.0.1
- face-recognition==1.3.0
- face-recognition-models==0.3.0
- flake8==3.7.9
- flake8-import-order==0.18.1
- gitdb==4.0.4
- gitpython==3.1.1
- imagecorruptions==1.1.0
- imageio==2.8.0
- imgaug==0.2.6
- importlib-metadata==1.6.0
- jdcal==1.4.1
- joblib==0.14.1
- jsonpickle==1.4.1
- kiwisolver==1.2.0
- lap==0.4.0
- llvmlite==0.31.0
- matplotlib==3.2.1
- mccabe==0.6.1
- mmcv==0.4.3
- more-itertools==8.2.0
- motmetrics==1.2.0
- munch==2.5.0
- networkx==2.4
- numba==0.48.0
- opencv-python==4.2.0.34
- openpyxl==3.0.3
- packaging==20.3
- pandas==1.0.3
- pillow==6.2.2
- pluggy==0.13.1
- progress==1.5
- py==1.8.1
- py-cpuinfo==5.0.0
- pycocotools==2.0.0
- pycodestyle==2.5.0
- pyflakes==2.1.1
- pyparsing==2.4.7
- pytest==5.4.1
- pytest-benchmark==3.2.3
- python-dateutil==2.8.1
- pytz==2019.3
- pywavelets==1.1.1
- pyyaml==5.3.1
- sacred==0.8.1
- scikit-image==0.16.2
- scikit-learn==0.22.2.post1
- scipy==1.4.1
- seaborn==0.10.0
- sklearn==0.0
- smmap==3.0.2
- tqdm==4.45.0
- wcwidth==0.1.9
- wrapt==1.12.1
- xmltodict==0.12.0
- yacs==0.1.6
- zipp==3.1.0
prefix: /root/anaconda3/envs/fmot