py : fix requirements check '==' -> '~='

This commit is contained in:
Georgi Gerganov 2024-08-11 11:14:58 +03:00
parent 7c5bfd57f8
commit 3eaf614d7d
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -2,4 +2,4 @@
--extra-index-url https://download.pytorch.org/whl/cpu --extra-index-url https://download.pytorch.org/whl/cpu
pillow~=10.2.0 pillow~=10.2.0
torch~=2.2.1 torch~=2.2.1
torchvision==0.17.1 torchvision!=0.17.1