Rahaf2001 commited on
Commit
12dcda1
·
verified ·
1 Parent(s): 5c844ef

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -10
requirements.txt CHANGED
@@ -1,10 +1,21 @@
1
- fastapi==0.115.0
2
- uvicorn==0.30.6
3
- transformers==4.44.2
4
- torch==2.4.1
5
- accelerate==0.34.2
6
- safetensors==0.4.5
7
- numpy==1.26.4
8
- openai==1.51.0
9
- pydantic==2.9.2
10
- huggingface-hub==0.25.1
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi>=0.111,<1.0
2
+ uvicorn[standard]>=0.30,<1.0
3
+ python-dotenv>=1.0,<2.0
4
+ pydantic>=2.7,<3.0
5
+
6
+ openai>=1.40,<2.0
7
+
8
+ torch>=2.2,<3.0
9
+ transformers>=4.44,<5.0
10
+ tokenizers>=0.19,<0.22
11
+ accelerate>=0.30,<1.0
12
+ safetensors>=0.4,<1.0
13
+ huggingface-hub>=0.23.2,<1.0
14
+
15
+ numpy>=1.26,<3.0
16
+
17
+ supabase>=2.5,<3.0
18
+
19
+ requests>=2.31,<3.0
20
+ httpx>=0.27,<1.0
21
+