chouchouvs commited on
Commit
04abc0d
·
verified ·
1 Parent(s): 7e051a0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -3,7 +3,7 @@ uvicorn[standard]==0.30.1
3
  httpx==0.27.0
4
  pydantic==2.7.1
5
  gradio==4.43.0
6
- numpy==2.0.0
7
  datasets==2.20.0
8
- faiss-cpu==1.8.0.post1
9
  huggingface_hub==0.23.0
 
3
  httpx==0.27.0
4
  pydantic==2.7.1
5
  gradio==4.43.0
6
+ numpy==1.26.4 # ✅ compatible gradio/datasets/faiss-cpu
7
  datasets==2.20.0
8
+ faiss-cpu==1.8.0.post1 # nécessite numpy<2.0
9
  huggingface_hub==0.23.0