Update requirements.txt
Browse files- requirements.txt +3 -7
requirements.txt
CHANGED
|
@@ -1,10 +1,6 @@
|
|
| 1 |
fastapi
|
|
|
|
| 2 |
uvicorn
|
| 3 |
-
gymnasium>=0.29.0
|
| 4 |
numpy
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
pyyaml
|
| 8 |
-
google-generativeai
|
| 9 |
-
openai
|
| 10 |
-
openenv-core>=0.2.0
|
|
|
|
| 1 |
fastapi
|
| 2 |
+
gradio
|
| 3 |
uvicorn
|
|
|
|
| 4 |
numpy
|
| 5 |
+
gymnasium
|
| 6 |
+
openai
|
|
|
|
|
|
|
|
|
|
|
|