Skip to content

Commit

Permalink
Backport to 2025.0 - More strict dependencies for PyTorch in torchvis…
Browse files Browse the repository at this point in the history
…ion preprocess (#28728)

### Details:
Backport of #28722
  • Loading branch information
ababushk authored Jan 29, 2025
1 parent ad44deb commit 49f636f
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
--extra-index-url https://download.pytorch.org/whl/cpu
torch>=1.13
torchvision; platform_machine == 'arm64' and python_version >= '3.9'
torchvision; platform_machine != 'arm64'
networkx<=3.2.1; python_version <= '3.9'
torch<=2.5.1; python_version <= '3.9'
torch>=1.13; python_version > '3.9'
torchvision<=0.20.1; python_version <= '3.9'
torchvision; python_version > '3.9'
pillow>=9.0

0 comments on commit 49f636f

Please sign in to comment.