Spaces:
Running
Running
Nguyễn Quốc Vỹ commited on
Commit ·
fad8a97
1
Parent(s): cc18eb6
Fix numpy version for Hugging Face build
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -7,7 +7,7 @@ uvicorn==0.34.0
|
|
| 7 |
streamlit==1.41.1
|
| 8 |
python-dotenv==1.0.1
|
| 9 |
pypdf==5.1.0
|
| 10 |
-
numpy==
|
| 11 |
chromadb>=0.4.0
|
| 12 |
groq>=0.4.0
|
| 13 |
google-generativeai>=0.8.0
|
|
|
|
| 7 |
streamlit==1.41.1
|
| 8 |
python-dotenv==1.0.1
|
| 9 |
pypdf==5.1.0
|
| 10 |
+
numpy==1.26.4
|
| 11 |
chromadb>=0.4.0
|
| 12 |
groq>=0.4.0
|
| 13 |
google-generativeai>=0.8.0
|