-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.yaml
79 lines (79 loc) · 2 KB
/
requirements.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
name: ktf
channels:
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- _openmp_mutex=5.1=1_gnu
- bzip2=1.0.8=h7b6447c_0
- ca-certificates=2023.12.12=h06a4308_0
- ld_impl_linux-64=2.38=h1181459_1
- libffi=3.4.4=h6a678d5_0
- libgcc-ng=11.2.0=h1234567_1
- libgomp=11.2.0=h1234567_1
- libstdcxx-ng=11.2.0=h1234567_1
- libuuid=1.41.5=h5eee18b_0
- ncurses=6.4=h6a678d5_0
- openssl=1.1.1w=h7f8727e_0
- pip=23.3.1=py310h06a4308_0
- python=3.10.8=h7a1cb2a_1
- readline=8.2=h5eee18b_0
- setuptools=68.2.2=py310h06a4308_0
- sqlite=3.41.2=h5eee18b_0
- tk=8.6.12=h1ccaba5_0
- tzdata=2023c=h04d1e81_0
- wheel=0.41.2=py310h06a4308_0
- xz=5.4.5=h5eee18b_0
- zlib=1.2.13=h5eee18b_0
- pip:
- --extra-index-url https://download.pytorch.org/whl/cu113
- absl-py==2.0.0
- aiohttp==3.9.1
- aiosignal==1.3.1
- antlr4-python3-runtime==4.9.3
- async-timeout==4.0.3
- attrs==23.1.0
- cachetools==5.3.2
- certifi==2023.11.17
- charset-normalizer==3.3.2
- frozenlist==1.4.1
- fsspec==2023.12.2
- google-auth==2.25.2
- google-auth-oauthlib==0.4.6
- grpcio==1.60.0
- h5py==3.8.0
- hydra-core==1.3.1
- idna==3.6
- lightning-utilities==0.10.0
- markdown==3.5.1
- markupsafe==2.1.3
- multidict==6.0.4
- numpy==1.26.2
- oauthlib==3.2.2
- omegaconf==2.3.0
- opencv-python==4.7.0.72
- packaging==23.2
- pandas==1.5.3
- pillow==10.1.0
- protobuf==3.20.3
- pyasn1==0.5.1
- pyasn1-modules==0.3.0
- python-dateutil==2.8.2
- pytorch-lightning==1.9.0
- pytz==2023.3.post1
- pyyaml==6.0.1
- requests==2.31.0
- requests-oauthlib==1.3.1
- rsa==4.9
- six==1.16.0
- tensorboard==2.11.2
- tensorboard-data-server==0.6.1
- tensorboard-plugin-wit==1.8.1
- torch==1.12.1+cu113
- torchaudio==0.12.1+cu113
- torchmetrics==1.2.1
- torchvision==0.13.1+cu113
- tqdm==4.66.1
- typing-extensions==4.9.0
- urllib3==2.1.0
- werkzeug==3.0.1
- yarl==1.9.4