Spaces:
Running
Running
Fix: Fixed requirements with compatible versions
Browse files- requirements.txt +14 -14
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn[standard]
|
3 |
-
torch
|
4 |
-
transformers
|
5 |
-
accelerate
|
6 |
-
pydantic
|
7 |
-
python-multipart
|
8 |
-
httpx
|
9 |
-
numpy
|
10 |
-
tokenizers
|
11 |
-
huggingface-hub
|
12 |
-
safetensors
|
13 |
-
requests
|
14 |
-
python-dotenv
|
|
|
1 |
+
fastapi>=0.100.0
|
2 |
+
uvicorn[standard]>=0.20.0
|
3 |
+
torch>=2.0.0
|
4 |
+
transformers>=4.30.0
|
5 |
+
accelerate>=0.20.0
|
6 |
+
pydantic>=2.0.0
|
7 |
+
python-multipart>=0.0.6
|
8 |
+
httpx>=0.24.0
|
9 |
+
numpy>=1.21.0
|
10 |
+
tokenizers>=0.13.0
|
11 |
+
huggingface-hub>=0.15.0
|
12 |
+
safetensors>=0.3.0
|
13 |
+
requests>=2.28.0
|
14 |
+
python-dotenv>=1.0.0
|