Skip to content

Commit da35a07

Browse files
authored
Update requirements.txt to pin dependencies (#26)
1 parent 3966113 commit da35a07

File tree

1 file changed

+43
-4
lines changed

1 file changed

+43
-4
lines changed

requirements.txt

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
1-
torch
2-
transformers[torch]
1+
aiohttp==3.9.5
2+
aiosignal==1.3.1
3+
attrs==23.2.0
4+
certifi==2024.2.2
5+
charset-normalizer==3.3.2
6+
datasets==2.19.0
7+
dill==0.3.8
8+
fast-fit==1.2.1
9+
filelock==3.14.0
10+
frozenlist==1.4.1
11+
fsspec==2024.3.1
12+
huggingface-hub==0.26.0
13+
peft==0.10.0
14+
idna==3.7
15+
jinja2==3.1.3
16+
markupsafe==2.1.5
17+
mpmath==1.3.0
18+
multidict==6.0.5
19+
multiprocess==0.70.16
20+
networkx==3.3
21+
numpy==1.26.4
22+
packaging==24.0
23+
pandas==2.2.2
24+
pyarrow==16.0.0
25+
pyarrow-hotfix==0.6
26+
python-dateutil==2.9.0.post0
27+
pytz==2024.1
28+
pyyaml==6.0.1
29+
regex==2024.4.28
30+
requests==2.31.0
31+
safetensors==0.4.3
332
scikit-learn
4-
datasets
5-
evaluate
33+
evaluate
34+
six==1.16.0
35+
sympy==1.12
36+
tokenizers==0.19.1
37+
torch==2.3.0
38+
transformers[torch]==4.40.1
39+
tqdm==4.66.4
40+
typing-extensions==4.11.0
41+
tzdata==2024.1
42+
urllib3==2.2.1
43+
xxhash==3.4.1
44+
yarl==1.9.4

0 commit comments

Comments
 (0)