Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion training/rl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = [
"azure-storage-blob>=12.10.0",
"azure-identity==1.25.3",
"azure-ai-ml==1.32.0",
"marshmallow>=3.5,<4.3.0",
"marshmallow>=3.5,<4.4.0",
"mlflow>=2.0.0,<4.0.0",
"packaging>=25,<27",
"psutil>=5.9.0",
Expand Down
28 changes: 14 additions & 14 deletions training/rl/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ azure-mgmt-core==1.6.0
# azureml-mlflow
azure-monitor-opentelemetry==1.8.7
# via azure-ai-ml
azure-monitor-opentelemetry-exporter==1.0.0b49
azure-monitor-opentelemetry-exporter==1.0.0b50
# via azure-monitor-opentelemetry
azure-storage-blob==12.28.0
# via
Expand All @@ -74,9 +74,9 @@ certifi==2026.2.25
# requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.6
charset-normalizer==3.4.7
# via requests
click==8.3.1
click==8.3.2
# via
# flask
# mlflow-skinny
Expand All @@ -103,7 +103,7 @@ cryptography==46.0.6
# pyjwt
cuda-bindings==13.2.0
# via torch
cuda-pathfinder==1.5.0
cuda-pathfinder==1.5.1
# via cuda-bindings
cycler==0.12.1
# via matplotlib
Expand All @@ -115,7 +115,7 @@ docker==7.1.0
# via mlflow
farama-notifications==0.0.4
# via gymnasium
fastapi==0.135.2
fastapi==0.135.3
# via mlflow-skinny
filelock==3.25.2
# via torch
Expand Down Expand Up @@ -199,7 +199,7 @@ markupsafe==3.0.3
# jinja2
# mako
# werkzeug
marshmallow==4.2.3
marshmallow==4.3.0
# via
# robotics-training-rl (training/rl/pyproject.toml)
# azure-ai-ml
Expand Down Expand Up @@ -392,7 +392,7 @@ opentelemetry-util-http==0.61b0
# opentelemetry-instrumentation-urllib
# opentelemetry-instrumentation-urllib3
# opentelemetry-instrumentation-wsgi
orjson==3.11.7
orjson==3.11.8
# via tensordict
packaging==26.0
# via
Expand All @@ -409,9 +409,9 @@ packaging==26.0
# skrl
# tensorboard
# tensordict
pandas==3.0.1
pandas==3.0.2
# via mlflow
pillow==12.1.1
pillow==12.2.0
# via
# matplotlib
# tensorboard
Expand Down Expand Up @@ -443,7 +443,7 @@ pydantic==2.12.5
# fastapi
# mlflow-skinny
# mlflow-tracing
pydantic-core==2.44.0
pydantic-core==2.45.0
# via pydantic
pydash==8.0.6
# via azure-ai-ml
Expand Down Expand Up @@ -517,7 +517,7 @@ skrl==1.4.3
# via robotics-training-rl (training/rl/pyproject.toml)
smmap==5.0.3
# via gitdb
sqlalchemy==2.0.48
sqlalchemy==2.0.49
# via
# alembic
# mlflow
Expand Down Expand Up @@ -587,17 +587,17 @@ typing-inspection==0.4.2
# via
# fastapi
# pydantic
tzdata==2025.3
tzdata==2026.1
# via pandas
urllib3==2.6.3
# via
# docker
# requests
uvicorn==0.42.0
uvicorn==0.43.0
# via mlflow-skinny
wcwidth==0.6.0
# via prettytable
werkzeug==3.1.7
werkzeug==3.1.8
# via
# flask
# flask-cors
Expand Down
Loading