Skip to content
17 changes: 9 additions & 8 deletions training/rl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,21 @@ version = "0.1.0"
description = "RL training workflow runtime dependencies"
requires-python = ">=3.11,<3.12"
dependencies = [
"numpy>=1.26.0,<3.0.0",
"azure-core==1.38.2",
"azure-storage-blob==12.28.0",
"azure-identity==1.25.2",
"azure-ai-ml==1.31.0",
"numpy>=1.26.0,<2.0.0",
"azure-core==1.38.3",
"azure-storage-blob>=12.10.0",
"azure-identity==1.25.3",
"azure-ai-ml==1.32.0",
"marshmallow>=3.5,<4.3.0",
"mlflow>=2.0.0,<4.0.0",
"packaging>=25,<26",
"packaging>=25,<27",
"psutil>=5.9.0",
"pynvml>=11.5.0",
"pyperclip==1.11.0",
"cryptography>=46.0.0",
"pyjwt>=2.12.1",
"azureml-mlflow==1.62.0",
"rsl-rl-lib==5.0.0",
"azureml-mlflow==1.62.0.post1",
"rsl-rl-lib==5.0.1",
"skrl>=1.4.3",
"tensordict>=0.7.0",
]
Expand Down
Loading
Loading