-
Notifications
You must be signed in to change notification settings - Fork 1
/
environment.yaml
executable file
·72 lines (72 loc) · 2.1 KB
/
environment.yaml
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
name: pollux
channels:
- 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/cloud/menpo/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
- defaults
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=1_gnu
- ca-certificates=2021.10.8=ha878542_0
- ld_impl_linux-64=2.36.1=hea4e1c9_2
- libffi=3.4.2=h7f98852_5
- libgcc-ng=11.2.0=h1d223b6_11
- libgomp=11.2.0=h1d223b6_11
- libnsl=2.0.0=h7f98852_0
- libstdcxx-ng=11.2.0=he4da1e4_11
- libzlib=1.2.11=h36c2ea0_1013
- ncurses=6.2=h58526e2_4
- openssl=3.0.0=h7f98852_2
- pip=21.3.1=pyhd8ed1ab_0
- python=3.8.12=hf930737_2_cpython
- python_abi=3.8=2_cp38
- readline=8.1=h46c0cb4_0
- setuptools=58.5.3=py38h578d9bd_0
- sqlite=3.36.0=h9cd32fc_2
- tk=8.6.11=h27826a3_1
- wheel=0.37.0=pyhd8ed1ab_1
- xz=5.2.5=h516909a_1
- zlib=1.2.11=h36c2ea0_1013
- pip:
- attrs==21.2.0
- autograd==1.5
- cachetools==4.2.4
- certifi==2021.10.8
- chardet==4.0.0
- cma==2.7.0
- cycler==0.11.0
- docutils==0.18.1
- future==0.18.2
- google-auth==2.3.3
- idna==2.10
- kiwisolver==1.3.2
- matplotlib==3.4.3
- numpy==1.21.4
- oauthlib==3.1.1
- pandas==1.3.2
- pillow==8.4.0
- pyasn1==0.4.8
- pyasn1-modules==0.2.8
- pymoo==0.5.0
- pyparsing==3.0.5
- python-dateutil==2.8.2
- pytz==2021.3
- pyyaml==6.0
- requests==2.25.1
- requests-oauthlib==1.3.0
- rsa==4.7.2
- rstcheck==3.3.1
- scipy==1.7.2
- seaborn==0.11.2
- six==1.16.0
- tqdm==4.62.3
- tzdata==2023.3
- urllib3==1.26.7
prefix: /home/deep/.conda/envs/pollux