Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,7 +2,7 @@ fastapi==0.110.2
|
|
2 |
uvicorn==0.29.0
|
3 |
llama-cpp-python[cuda]
|
4 |
huggingface_hub==0.23.0
|
5 |
-
numpy==1.
|
6 |
pydantic==2.7.0
|
7 |
sqlalchemy==2.0.30
|
8 |
python-multipart==0.0.9
|
|
|
2 |
uvicorn==0.29.0
|
3 |
llama-cpp-python[cuda]
|
4 |
huggingface_hub==0.23.0
|
5 |
+
numpy==1.24.4
|
6 |
pydantic==2.7.0
|
7 |
sqlalchemy==2.0.30
|
8 |
python-multipart==0.0.9
|