Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
numpy
|
| 2 |
-
openai
|
| 3 |
fastapi
|
| 4 |
-
uvicorn
|
|
|
|
|
|
| 1 |
+
numpy>=1.24.0
|
| 2 |
+
openai>=1.0.0
|
| 3 |
fastapi
|
| 4 |
+
uvicorn
|
| 5 |
+
gradio
|