Siddh12334 commited on
Commit
d09377a
·
1 Parent(s): bdb156f

chore: pin dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +74 -0
requirements.txt ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==1.13.0
2
+ aiohappyeyeballs==2.6.1
3
+ aiohttp==3.13.5
4
+ aiosignal==1.4.0
5
+ annotated-doc==0.0.4
6
+ annotated-types==0.7.0
7
+ anyio==4.13.0
8
+ attrs==26.1.0
9
+ certifi==2026.4.22
10
+ charset-normalizer==3.4.7
11
+ click==8.3.3
12
+ datasets==4.8.4
13
+ dill==0.4.1
14
+ Faker==40.15.0
15
+ fastapi==0.136.1
16
+ filelock==3.29.0
17
+ frozenlist==1.8.0
18
+ fsspec==2026.2.0
19
+ gitdb==4.0.12
20
+ GitPython==3.1.47
21
+ h11==0.16.0
22
+ hf-xet==1.4.3
23
+ httpcore==1.0.9
24
+ httpx==0.28.1
25
+ huggingface_hub==1.12.0
26
+ idna==3.13
27
+ Jinja2==3.1.6
28
+ markdown-it-py==4.0.0
29
+ MarkupSafe==3.0.3
30
+ mdurl==0.1.2
31
+ mpmath==1.3.0
32
+ multidict==6.7.1
33
+ multiprocess==0.70.19
34
+ networkx==3.6.1
35
+ numpy==2.4.4
36
+ openenv==0.1.13
37
+ packaging==26.2
38
+ pandas==3.0.2
39
+ platformdirs==4.9.6
40
+ propcache==0.4.1
41
+ protobuf==7.34.1
42
+ psutil==7.2.2
43
+ pyarrow==24.0.0
44
+ pydantic==2.13.3
45
+ pydantic_core==2.46.3
46
+ Pygments==2.20.0
47
+ python-dateutil==2.9.0.post0
48
+ python-dotenv==1.2.2
49
+ PyYAML==6.0.3
50
+ regex==2026.4.4
51
+ requests==2.33.1
52
+ rich==15.0.0
53
+ safetensors==0.7.0
54
+ sentry-sdk==2.58.0
55
+ setuptools==81.0.0
56
+ shellingham==1.5.4
57
+ six==1.17.0
58
+ smmap==5.0.3
59
+ starlette==1.0.0
60
+ sympy==1.14.0
61
+ tokenizers==0.22.2
62
+ torch==2.11.0
63
+ tqdm==4.67.3
64
+ transformers==5.6.2
65
+ trl==1.2.0
66
+ typer==0.24.2
67
+ typing-inspection==0.4.2
68
+ typing_extensions==4.15.0
69
+ urllib3==2.6.3
70
+ uvicorn==0.46.0
71
+ wandb==0.26.1
72
+ websockets==16.0
73
+ xxhash==3.6.0
74
+ yarl==1.23.0