Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -101,7 +101,7 @@ mypy-extensions==1.1.0
|
|
101 |
nest-asyncio==1.6.0
|
102 |
networkx==3.5
|
103 |
nltk==3.9.1
|
104 |
-
numpy
|
105 |
onnxruntime==1.22.0
|
106 |
openai==1.84.0
|
107 |
openapi-pydantic==0.5.1
|
|
|
101 |
nest-asyncio==1.6.0
|
102 |
networkx==3.5
|
103 |
nltk==3.9.1
|
104 |
+
numpy>=1.21,<2.0
|
105 |
onnxruntime==1.22.0
|
106 |
openai==1.84.0
|
107 |
openapi-pydantic==0.5.1
|