py : fix requirements check '==' -> '~='
This commit is contained in:
parent
7c5bfd57f8
commit
3eaf614d7d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue