added compatibie version of torchvision
This commit is contained in:
parent
392e0552d7
commit
d4ff50ee14
4
setup.py
4
setup.py
@ -12,8 +12,8 @@ install_requires = [
|
|||||||
"numpy==1.26.4",
|
"numpy==1.26.4",
|
||||||
"mss==9.0.1",
|
"mss==9.0.1",
|
||||||
"sentence-transformers==3.0.0",
|
"sentence-transformers==3.0.0",
|
||||||
"torch==2.2.1",
|
"torch==2.2.0",
|
||||||
"torchvision==0.18.0",
|
"torchvision==0.17.0",
|
||||||
"shapely==2.0.4",
|
"shapely==2.0.4",
|
||||||
"h5py==3.11.0",
|
"h5py==3.11.0",
|
||||||
"rapidfuzz==3.9.3",
|
"rapidfuzz==3.9.3",
|
||||||
|
Loading…
Reference in New Issue
Block a user