Skip to content

Commit

Permalink
update torch min version in mlflow runtime to support python 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush committed Nov 18, 2024
1 parent 3ff5740 commit 8304a74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ types-requests = ">=2.28.11.5,<2.32.0.0"

## Dev dependencies from MLflow
torch = "^2.4"
pytorch-lightning = "2.4.0"
torchmetrics = "1.5.0"
torchvision = "0.17.1"
mlflow = "2.17.0"

## Dev dependencies from HuggingFace
transformers = ">=4.30,<5.0"
Expand Down
6 changes: 1 addition & 5 deletions runtimes/mlflow/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ mlflow = "*"

[tool.poetry.group.dev.dependencies]
mlserver = {path = "../..", develop = true}
torch = "2.2.1"
pytorch-lightning = "2.4.0"
torchmetrics = "1.5.2"
torchvision = "0.17.1"
mlflow = "2.17.2"
torch = "^2.4"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 8304a74

Please sign in to comment.