Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -9,7 +9,7 @@ uvicorn
|
|
9 |
obs-websocket-py>=0.6.0
|
10 |
|
11 |
# For Pokemon battle logic and agent control
|
12 |
-
poke-env
|
13 |
|
14 |
# Async HTTP requests (often needed by libraries)
|
15 |
httpx
|
|
|
9 |
obs-websocket-py>=0.6.0
|
10 |
|
11 |
# For Pokemon battle logic and agent control
|
12 |
+
poke-env==0.8.3
|
13 |
|
14 |
# Async HTTP requests (often needed by libraries)
|
15 |
httpx
|