-
Notifications
You must be signed in to change notification settings - Fork 4
/
environment.yml
48 lines (48 loc) · 1.19 KB
/
environment.yml
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
name: tofu
channels:
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=2_gnu
- bzip2=1.0.8=h7f98852_4
- ca-certificates=2022.6.15=ha878542_0
- ld_impl_linux-64=2.36.1=hea4e1c9_2
- libffi=3.4.2=h7f98852_5
- libgcc-ng=12.1.0=h8d9b700_16
- libgomp=12.1.0=h8d9b700_16
- libnsl=2.0.0=h7f98852_0
- libuuid=2.32.1=h7f98852_1000
- libzlib=1.2.12=h166bdaf_2
- ncurses=6.3=h27087fc_1
- openssl=3.0.5=h166bdaf_0
- pip=22.1.2=pyhd8ed1ab_0
- python=3.9.13=h2660328_0_cpython
- python_abi=3.9=2_cp39
- readline=8.1.2=h0f457ee_0
- setuptools=63.2.0=py39hf3d152e_0
- sqlite=3.39.1=h4ff8645_0
- tk=8.6.12=h27826a3_0
- tzdata=2022a=h191b570_0
- wheel=0.37.1=pyhd8ed1ab_0
- xz=5.2.5=h516909a_1
- zlib=1.2.12=h166bdaf_2
- pip:
- certifi==2022.6.15
- charset-normalizer==2.1.0
- idna==3.3
- joblib==1.1.0
- numpy==1.23.1
- pillow==9.2.0
- requests==2.28.1
- scikit-learn==1.1.1
- scipy==1.8.1
- termcolor==1.1.0
- threadpoolctl==3.1.0
- torch==1.12.0
- torchaudio==0.12.0
- torchtext==0.13.0
- torchvision==0.13.0
- tqdm==4.64.0
- typing-extensions==4.3.0
- urllib3==1.26.10