-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathenvironment.yaml
94 lines (94 loc) · 2.32 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
name: DaC_env
channels:
- defaults
- conda-forge
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=2_gnu
- ca-certificates=2022.12.7=ha878542_0
- libedit=3.1.20221030=h5eee18b_0
- libffi=3.2.1=hf484d3e_1007
- libgcc-ng=12.2.0=h65d4601_19
- libgomp=12.2.0=h65d4601_19
- libstdcxx-ng=12.2.0=h46fd767_19
- ncurses=6.3=h5eee18b_3
- openssl=1.0.2u=h7b6447c_0
- pip=22.3.1=py37h06a4308_0
- python=3.7.0=h6e4f718_3
- readline=7.0=h7b6447c_5
- setuptools=66.0.0=pyhd8ed1ab_0
- sqlite=3.33.0=h62c20be_0
- tk=8.6.12=h1ccaba5_0
- wheel=0.38.4=pyhd8ed1ab_0
- xz=5.2.10=h5eee18b_1
- zlib=1.2.13=h5eee18b_0
- pip:
- absl-py==1.4.0
- backcall==0.2.0
- cachetools==5.2.1
- certifi==2022.12.7
- charset-normalizer==3.0.1
- click==8.1.3
- debugpy==1.6.5
- decorator==5.1.1
- entrypoints==0.4
- filelock==3.9.0
- google-auth==2.16.0
- google-auth-oauthlib==0.4.6
- grpcio==1.51.1
- idna==3.4
- importlib-metadata==6.0.0
- ipykernel==6.16.2
- ipython==7.34.0
- jedi==0.18.2
- joblib==1.2.0
- jupyter-client==7.4.9
- jupyter-core==4.12.0
- markdown==3.4.1
- markupsafe==2.1.2
- matplotlib-inline==0.1.6
- nest-asyncio==1.5.6
- numpy==1.21.6
- nvidia-cublas-cu11==11.10.3.66
- nvidia-cuda-nvrtc-cu11==11.7.99
- nvidia-cuda-runtime-cu11==11.7.99
- nvidia-cudnn-cu11==8.5.0.96
- oauthlib==3.2.2
- packaging==23.0
- parso==0.8.3
- pexpect==4.8.0
- pickleshare==0.7.5
- pillow==9.4.0
- prompt-toolkit==3.0.36
- protobuf==3.20.3
- psutil==5.9.4
- ptyprocess==0.7.0
- pyasn1==0.4.8
- pyasn1-modules==0.2.8
- pygments==2.14.0
- python-dateutil==2.8.2
- pyzmq==25.0.0
- regex==2022.10.31
- requests==2.28.2
- requests-oauthlib==1.3.1
- rsa==4.9
- sacremoses==0.0.53
- sentencepiece==0.1.97
- six==1.16.0
- tensorboard==2.11.2
- tensorboard-data-server==0.6.1
- tensorboard-plugin-wit==1.8.1
- tokenizers==0.8.1rc1
- torch==1.13.1
- torchaudio==0.13.1
- torchvision==0.14.1
- tornado==6.2
- tqdm==4.64.1
- traitlets==5.8.1
- transformers==3.0.2
- typing-extensions==4.4.0
- urllib3==1.26.14
- wcwidth==0.2.6
- werkzeug==2.2.2
- zipp==3.11.0
prefix: /opt/conda/envs/DaC_env