Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +84 -85
requirements.txt
CHANGED
|
@@ -1,85 +1,84 @@
|
|
| 1 |
-
annotated-types
|
| 2 |
-
anyio
|
| 3 |
-
asyncio-mqtt
|
| 4 |
-
attrs
|
| 5 |
-
Authlib
|
| 6 |
-
cachetools
|
| 7 |
-
certifi
|
| 8 |
-
cffi
|
| 9 |
-
charset-normalizer
|
| 10 |
-
click
|
| 11 |
-
cloudpickle
|
| 12 |
-
contourpy
|
| 13 |
-
cryptography
|
| 14 |
-
cycler
|
| 15 |
-
cyclopts
|
| 16 |
-
distro
|
| 17 |
-
dnspython
|
| 18 |
-
docstring_parser
|
| 19 |
-
docutils
|
| 20 |
-
email_validator
|
| 21 |
-
eval_type_backport
|
| 22 |
-
exceptiongroup
|
| 23 |
-
Farama-Notifications
|
| 24 |
-
fastmcp
|
| 25 |
-
fonttools
|
| 26 |
-
google-auth
|
| 27 |
-
google-genai
|
| 28 |
-
gymnasium
|
| 29 |
-
h11
|
| 30 |
-
httpcore
|
| 31 |
-
httpx
|
| 32 |
-
httpx-sse
|
| 33 |
-
idna
|
| 34 |
-
jiter
|
| 35 |
-
jsonschema
|
| 36 |
-
jsonschema-specifications
|
| 37 |
-
kiwisolver
|
| 38 |
-
markdown-it-py
|
| 39 |
-
matplotlib
|
| 40 |
-
mcp
|
| 41 |
-
mdurl
|
| 42 |
-
mistralai
|
| 43 |
-
numpy
|
| 44 |
-
openai
|
| 45 |
-
openapi-pydantic
|
| 46 |
-
orjson
|
| 47 |
-
packaging
|
| 48 |
-
paho-mqtt
|
| 49 |
-
pandas
|
| 50 |
-
pettingzoo
|
| 51 |
-
pillow
|
| 52 |
-
poke_env
|
| 53 |
-
pyasn1
|
| 54 |
-
pyasn1_modules
|
| 55 |
-
pycparser
|
| 56 |
-
pydantic
|
| 57 |
-
pydantic-settings
|
| 58 |
-
pydantic_core
|
| 59 |
-
Pygments
|
| 60 |
-
pyparsing
|
| 61 |
-
pyperclip
|
| 62 |
-
python-dateutil
|
| 63 |
-
python-dotenv
|
| 64 |
-
python-multipart
|
| 65 |
-
pytz
|
| 66 |
-
referencing
|
| 67 |
-
requests
|
| 68 |
-
rich
|
| 69 |
-
rich-rst
|
| 70 |
-
rpds-py
|
| 71 |
-
rsa
|
| 72 |
-
seaborn
|
| 73 |
-
six
|
| 74 |
-
sniffio
|
| 75 |
-
sse-starlette
|
| 76 |
-
starlette
|
| 77 |
-
tabulate
|
| 78 |
-
tqdm
|
| 79 |
-
typing-inspection
|
| 80 |
-
typing_extensions
|
| 81 |
-
tzdata
|
| 82 |
-
urllib3
|
| 83 |
-
uvicorn
|
| 84 |
-
websockets
|
| 85 |
-
poke_env
|
|
|
|
| 1 |
+
annotated-types==0.7.0
|
| 2 |
+
anyio==4.9.0
|
| 3 |
+
asyncio-mqtt==0.16.2
|
| 4 |
+
attrs==25.3.0
|
| 5 |
+
Authlib==1.6.1
|
| 6 |
+
cachetools==5.5.2
|
| 7 |
+
certifi==2025.1.31
|
| 8 |
+
cffi==1.17.1
|
| 9 |
+
charset-normalizer==3.4.1
|
| 10 |
+
click==8.2.1
|
| 11 |
+
cloudpickle==3.1.1
|
| 12 |
+
contourpy==1.3.2
|
| 13 |
+
cryptography==45.0.5
|
| 14 |
+
cycler==0.12.1
|
| 15 |
+
cyclopts==3.22.5
|
| 16 |
+
distro==1.9.0
|
| 17 |
+
dnspython==2.7.0
|
| 18 |
+
docstring_parser==0.17.0
|
| 19 |
+
docutils==0.22
|
| 20 |
+
email_validator==2.2.0
|
| 21 |
+
eval_type_backport==0.2.2
|
| 22 |
+
exceptiongroup==1.3.0
|
| 23 |
+
Farama-Notifications==0.0.4
|
| 24 |
+
fastmcp==2.10.3
|
| 25 |
+
fonttools==4.57.0
|
| 26 |
+
google-auth==2.39.0
|
| 27 |
+
google-genai==1.12.1
|
| 28 |
+
gymnasium==1.1.1
|
| 29 |
+
h11==0.14.0
|
| 30 |
+
httpcore==1.0.8
|
| 31 |
+
httpx==0.28.1
|
| 32 |
+
httpx-sse==0.4.1
|
| 33 |
+
idna==3.10
|
| 34 |
+
jiter==0.9.0
|
| 35 |
+
jsonschema==4.25.0
|
| 36 |
+
jsonschema-specifications==2025.4.1
|
| 37 |
+
kiwisolver==1.4.8
|
| 38 |
+
markdown-it-py==3.0.0
|
| 39 |
+
matplotlib==3.10.1
|
| 40 |
+
mcp==1.12.3
|
| 41 |
+
mdurl==0.1.2
|
| 42 |
+
mistralai==1.7.0
|
| 43 |
+
numpy==2.2.5
|
| 44 |
+
openai==1.76.0
|
| 45 |
+
openapi-pydantic==0.5.1
|
| 46 |
+
orjson==3.10.16
|
| 47 |
+
packaging==25.0
|
| 48 |
+
paho-mqtt==2.1.0
|
| 49 |
+
pandas==2.2.3
|
| 50 |
+
pettingzoo==1.24.3
|
| 51 |
+
pillow==11.2.1
|
| 52 |
+
poke_env==0.9.0
|
| 53 |
+
pyasn1==0.6.1
|
| 54 |
+
pyasn1_modules==0.4.2
|
| 55 |
+
pycparser==2.22
|
| 56 |
+
pydantic==2.11.7
|
| 57 |
+
pydantic-settings==2.10.1
|
| 58 |
+
pydantic_core==2.33.2
|
| 59 |
+
Pygments==2.19.2
|
| 60 |
+
pyparsing==3.2.3
|
| 61 |
+
pyperclip==1.9.0
|
| 62 |
+
python-dateutil==2.9.0.post0
|
| 63 |
+
python-dotenv==1.1.1
|
| 64 |
+
python-multipart==0.0.20
|
| 65 |
+
pytz==2025.2
|
| 66 |
+
referencing==0.36.2
|
| 67 |
+
requests==2.32.3
|
| 68 |
+
rich==14.1.0
|
| 69 |
+
rich-rst==1.3.1
|
| 70 |
+
rpds-py==0.26.0
|
| 71 |
+
rsa==4.9.1
|
| 72 |
+
seaborn==0.13.2
|
| 73 |
+
six==1.17.0
|
| 74 |
+
sniffio==1.3.1
|
| 75 |
+
sse-starlette==3.0.2
|
| 76 |
+
starlette==0.47.2
|
| 77 |
+
tabulate==0.9.0
|
| 78 |
+
tqdm==4.67.1
|
| 79 |
+
typing-inspection==0.4.0
|
| 80 |
+
typing_extensions==4.13.2
|
| 81 |
+
tzdata==2025.2
|
| 82 |
+
urllib3==2.4.0
|
| 83 |
+
uvicorn==0.35.0
|
| 84 |
+
websockets==15.0.1
|
|
|