-
Notifications
You must be signed in to change notification settings - Fork 9
/
environment.yaml
78 lines (78 loc) · 1.99 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
name: apple_mlx
channels:
- anaconda
- defaults
dependencies:
- blas=1.0=openblas
- bzip2=1.0.8=h620ffc9_4
- ca-certificates=2023.08.22=hca03da5_0
- expat=2.5.0=h313beb8_0
- libcxx=14.0.6=h848a8c0_0
- libffi=3.4.4=hca03da5_0
- libgfortran=5.0.0=11_3_0_hca03da5_28
- libgfortran5=11.3.0=h009349e_28
- libopenblas=0.3.21=h269037a_0
- llvm-openmp=14.0.6=hc6e5704_0
- ncurses=6.4=h313beb8_0
- numpy=1.26.0=py312h7f4fdc5_0
- numpy-base=1.26.0=py312he047099_0
- openssl=3.0.12=h1a28f6b_0
- pip=23.3.1=py312hca03da5_0
- python=3.12.0=h99e199e_0
- readline=8.2=h1a28f6b_0
- setuptools=68.2.2=py312hca03da5_0
- sqlite=3.41.2=h80987f9_0
- tk=8.6.12=hb8d0fd4_0
- wheel=0.41.2=py312hca03da5_0
- xz=5.4.5=h80987f9_0
- zlib=1.2.13=h5a0b063_0
- pip:
- absl-py==2.0.0
- aiohttp==3.9.1
- aiosignal==1.3.1
- attrs==23.1.0
- cachetools==5.3.2
- certifi==2023.11.17
- charset-normalizer==3.3.2
- datasets==2.16.0
- dill==0.3.7
- filelock==3.13.1
- frozenlist==1.4.1
- fsspec==2023.10.0
- google-auth==2.25.2
- google-auth-oauthlib==1.2.0
- grpcio==1.60.0
- huggingface-hub==0.20.1
- idna==3.6
- markdown==3.5.1
- markupsafe==2.1.3
- mlx==0.2.0
- multidict==6.0.4
- multiprocess==0.70.15
- oauthlib==3.2.2
- packaging==23.2
- pandas==2.1.4
- protobuf==4.23.4
- pyarrow==14.0.2
- pyarrow-hotfix==0.6
- pyasn1==0.5.1
- pyasn1-modules==0.3.0
- python-dateutil==2.8.2
- pytz==2023.3.post1
- pyyaml==6.0.1
- regex==2023.12.25
- requests==2.31.0
- requests-oauthlib==1.3.1
- rsa==4.9
- six==1.16.0
- tensorboard==2.15.1
- tensorboard-data-server==0.7.2
- tensorboardx==2.6.2.2
- tiktoken==0.5.2
- tqdm==4.66.1
- typing-extensions==4.9.0
- tzdata==2023.3
- urllib3==2.1.0
- werkzeug==3.0.1
- xxhash==3.4.1
- yarl==1.9.4