Spaces:
Build error
Build error
Roman
commited on
Commit
·
bba0a42
1
Parent(s):
8f1979d
Fix numpy version conflict with vllm dependency
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -7,7 +7,7 @@ easydict==1.11
|
|
| 7 |
gradio==5.49.1
|
| 8 |
pymupdf==1.24.11
|
| 9 |
pillow==10.4.0
|
| 10 |
-
numpy
|
| 11 |
vllm==0.6.1
|
| 12 |
uvicorn==0.30.6
|
| 13 |
|
|
|
|
| 7 |
gradio==5.49.1
|
| 8 |
pymupdf==1.24.11
|
| 9 |
pillow==10.4.0
|
| 10 |
+
numpy>=1.17,<2.0.0
|
| 11 |
vllm==0.6.1
|
| 12 |
uvicorn==0.30.6
|
| 13 |
|