2023-10-08 19:37:38 -04:00
|
|
|
###
|
|
|
|
|
# A small set of pure-Python packages.
|
|
|
|
|
###
|
2023-10-06 15:31:21 -04:00
|
|
|
packaging>=23.1
|
|
|
|
|
pygls>=1.0.1
|
|
|
|
|
lsprotocol>=2023.0.0a1
|
|
|
|
|
ruff>=0.0.274
|
2023-11-07 06:17:31 -08:00
|
|
|
flask @ git+https://github.com/pallets/flask.git@d92b64a
|
2023-10-06 15:31:21 -04:00
|
|
|
typing_extensions
|
2023-10-29 17:48:36 -07:00
|
|
|
scipy
|
|
|
|
|
numpy
|
|
|
|
|
pandas<2.0.0
|
|
|
|
|
matplotlib>=3.0.0
|
|
|
|
|
scikit-learn
|
|
|
|
|
rich
|
|
|
|
|
textual
|
|
|
|
|
jupyter>=1.0.0,<2.0.0
|
|
|
|
|
transformers[torch]
|
|
|
|
|
django<4.0.0
|
|
|
|
|
sqlalchemy
|
|
|
|
|
psycopg2-binary
|
|
|
|
|
trio<0.20
|
|
|
|
|
trio-websocket
|
|
|
|
|
trio-asyncio
|
|
|
|
|
trio-typing
|
|
|
|
|
trio-protocol
|
|
|
|
|
fastapi
|
|
|
|
|
typer
|
|
|
|
|
pydantic
|
|
|
|
|
uvicorn
|
|
|
|
|
traitlets
|
2023-11-07 06:17:31 -08:00
|
|
|
|