-
Notifications
You must be signed in to change notification settings - Fork 1
/
environment.yaml
60 lines (59 loc) · 1.47 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
name: DIMvLN
channels:
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- ca-certificates=2023.08.22=h06a4308_0
- ld_impl_linux-64=2.38=h1181459_1
- libffi=3.3=he6710b0_2
- libgcc-ng=9.1.0=hdf63c60_0
- libstdcxx-ng=9.1.0=hdf63c60_0
- ncurses=6.3=h7f8727e_2
- openssl=1.1.1w=h7f8727e_0
- pip=23.2.1=py39h06a4308_0
- python=3.9.12=h12debd9_1
- readline=8.1.2=h7f8727e_1
- setuptools=68.0.0=py39h06a4308_0
- sqlite=3.38.5=hc218d9a_0
- tk=8.6.12=h1ccaba5_0
- tzdata=2023c=h04d1e81_0
- wheel=0.38.4=py39h06a4308_0
- xz=5.2.5=h7f8727e_1
- zlib=1.2.12=h7f8727e_2
- pip:
- absl-py==2.0.0
- cachetools==5.3.1
- certifi==2023.7.22
- charset-normalizer==3.3.1
- google-auth==2.23.3
- google-auth-oauthlib==0.4.6
- grpcio==1.59.0
- idna==3.4
- importlib-metadata==6.8.0
- joblib==1.3.2
- markdown==3.5
- markupsafe==2.1.3
- munkres==1.1.4
- numpy==1.24.4
- oauthlib==3.2.2
- pillow==10.1.0
- protobuf==4.24.4
- pyasn1==0.5.0
- pyasn1-modules==0.3.0
- requests==2.31.0
- requests-oauthlib==1.3.1
- rsa==4.9
- scikit-learn==1.1.1
- scipy==1.8.1
- six==1.16.0
- tensorboard==2.12.0
- tensorboard-data-server==0.7.1
- tensorboard-plugin-wit==1.8.1
- threadpoolctl==3.2.0
- torch==1.12.0+cu116
- torch-cluster==1.6.0+pt112cu116
- typing_extensions==4.8.0
- urllib3==2.0.7
- werkzeug==3.0.0
- zipp==3.17.0
prefix: /root/anaconda3/envs/DIMvLN