py : fix requirements check '==' -> '~=' (#8982)
* py : fix requirements check '==' -> '~=' * cont : fix the fix * ci : run on all requirements.txt
This commit is contained in:
parent
5ef07e25ac
commit
d3ae0ee8d7
2 changed files with 3 additions and 5 deletions
|
@ -2,4 +2,4 @@
|
|||
--extra-index-url https://download.pytorch.org/whl/cpu
|
||||
pillow~=10.2.0
|
||||
torch~=2.2.1
|
||||
torchvision==0.17.1
|
||||
torchvision~=0.17.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue