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
4 changes: 2 additions & 2 deletions training/rl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies = [
"azure-storage-blob==12.28.0",
"azure-identity==1.25.3",
"azure-ai-ml==1.32.0",
"marshmallow==4.2.3",
"mlflow==3.10.1",
"marshmallow==4.3.0",
"mlflow==3.11.1",
"packaging==26.0",
"psutil==7.2.2",
"pynvml==13.0.1",
Expand Down
12 changes: 6 additions & 6 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.0b50
azure-monitor-opentelemetry-exporter==1.0.0b51
# via azure-monitor-opentelemetry
azure-storage-blob==12.28.0
# via
Expand Down Expand Up @@ -103,7 +103,7 @@ cryptography==46.0.6
# pyjwt
cuda-bindings==13.2.0
# via torch
cuda-pathfinder==1.5.1
cuda-pathfinder==1.5.2
# via cuda-bindings
cycler==0.12.1
# via matplotlib
Expand Down Expand Up @@ -210,13 +210,13 @@ ml-dtypes==0.5.4
# onnx
# onnx-ir
# onnxscript
mlflow==3.10.1
mlflow==3.11.1
# via robotics-training-rl (training/rl/pyproject.toml)
mlflow-skinny==3.10.1
mlflow-skinny==3.11.1
# via
# azureml-mlflow
# mlflow
mlflow-tracing==3.10.1
mlflow-tracing==3.11.1
# via mlflow
mpmath==1.4.1
# via sympy
Expand Down Expand Up @@ -593,7 +593,7 @@ urllib3==2.6.3
# via
# docker
# requests
uvicorn==0.43.0
uvicorn==0.44.0
# via mlflow-skinny
wcwidth==0.6.0
# via prettytable
Expand Down
Loading