Skip to content

Commit

Permalink
add min torch and tf versions for python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush committed Nov 18, 2024
1 parent 814cfc5 commit 3ff5740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ filelock = "^3.13.1"
httpx-sse = ">=0.3.1,<0.5.0"

[tool.poetry.group.docker.dependencies]
tensorflow = ">=2.16"
tensorflow = "^2.16"

[tool.poetry.group.all-runtimes]
optional = true
Expand All @@ -135,7 +135,7 @@ requests-mock = "~1.11.0"
types-requests = ">=2.28.11.5,<2.32.0.0"

## Dev dependencies from MLflow
torch = "2.2.1"
torch = "^2.4"
pytorch-lightning = "2.4.0"
torchmetrics = "1.5.0"
torchvision = "0.17.1"
Expand Down

0 comments on commit 3ff5740

Please sign in to comment.