Skip to content

Commit 32d49a8

Browse files
author
Sebastian Sosa
committed
Add requirements.txt
1 parent a7afde9 commit 32d49a8

File tree

1 file changed

+154
-0
lines changed

1 file changed

+154
-0
lines changed

requirements.txt

+154
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,154 @@
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile requirements.in -o requirements.txt
3+
annotated-types==0.7.0
4+
# via pydantic
5+
anyio==4.4.0
6+
# via
7+
# httpx
8+
# openai
9+
certifi==2024.2.2
10+
# via
11+
# httpcore
12+
# httpx
13+
# requests
14+
charset-normalizer==3.3.2
15+
# via requests
16+
contourpy==1.2.1
17+
# via matplotlib
18+
cycler==0.12.1
19+
# via matplotlib
20+
distro==1.9.0
21+
# via openai
22+
exceptiongroup==1.2.1
23+
# via anyio
24+
filelock==3.14.0
25+
# via
26+
# huggingface-hub
27+
# torch
28+
# transformers
29+
fonttools==4.52.4
30+
# via matplotlib
31+
fsspec==2024.5.0
32+
# via
33+
# huggingface-hub
34+
# torch
35+
h11==0.14.0
36+
# via httpcore
37+
httpcore==1.0.5
38+
# via httpx
39+
httpx==0.27.0
40+
# via openai
41+
huggingface-hub==0.23.2
42+
# via
43+
# tokenizers
44+
# transformers
45+
idna==3.7
46+
# via
47+
# anyio
48+
# httpx
49+
# requests
50+
jinja2==3.1.4
51+
# via torch
52+
joblib==1.4.2
53+
# via scikit-learn
54+
kiwisolver==1.4.5
55+
# via matplotlib
56+
markdown-it-py==3.0.0
57+
# via rich
58+
markupsafe==2.1.5
59+
# via jinja2
60+
matplotlib==3.9.0
61+
# via -r requirements.in
62+
mdurl==0.1.2
63+
# via markdown-it-py
64+
mpmath==1.3.0
65+
# via sympy
66+
networkx==3.3
67+
# via torch
68+
numpy==1.26.4
69+
# via
70+
# contourpy
71+
# matplotlib
72+
# pandas
73+
# scikit-learn
74+
# scipy
75+
# transformers
76+
openai==1.19.0
77+
# via -r requirements.in
78+
packaging==24.0
79+
# via
80+
# huggingface-hub
81+
# matplotlib
82+
# transformers
83+
pandas==2.2.2
84+
# via -r requirements.in
85+
pillow==10.3.0
86+
# via matplotlib
87+
pydantic==2.7.2
88+
# via openai
89+
pydantic-core==2.18.3
90+
# via pydantic
91+
pygments==2.18.0
92+
# via rich
93+
pyparsing==3.1.2
94+
# via matplotlib
95+
python-dateutil==2.9.0.post0
96+
# via
97+
# matplotlib
98+
# pandas
99+
python-dotenv==1.0.1
100+
# via -r requirements.in
101+
pytz==2024.1
102+
# via pandas
103+
pyyaml==6.0.1
104+
# via
105+
# huggingface-hub
106+
# transformers
107+
regex==2024.5.15
108+
# via transformers
109+
requests==2.32.3
110+
# via
111+
# huggingface-hub
112+
# transformers
113+
rich==13.7.1
114+
# via -r requirements.in
115+
safetensors==0.4.3
116+
# via transformers
117+
scikit-learn==1.4.2
118+
# via -r requirements.in
119+
scipy==1.13.1
120+
# via scikit-learn
121+
six==1.16.0
122+
# via python-dateutil
123+
sniffio==1.3.1
124+
# via
125+
# anyio
126+
# httpx
127+
# openai
128+
sympy==1.12.1
129+
# via torch
130+
threadpoolctl==3.5.0
131+
# via scikit-learn
132+
tokenizers==0.15.2
133+
# via transformers
134+
torch==2.2.1
135+
# via -r requirements.in
136+
tqdm==4.66.4
137+
# via
138+
# huggingface-hub
139+
# openai
140+
# transformers
141+
transformers==4.39.0
142+
# via -r requirements.in
143+
typing-extensions==4.12.0
144+
# via
145+
# anyio
146+
# huggingface-hub
147+
# openai
148+
# pydantic
149+
# pydantic-core
150+
# torch
151+
tzdata==2024.1
152+
# via pandas
153+
urllib3==2.2.1
154+
# via requests

0 commit comments

Comments
 (0)