mirror of
https://github.com/openrecall/openrecall.git
synced 2026-04-28 03:19:52 +00:00
Bump torch from 2.6.0 to 2.8.0
Bumps [torch](https://github.com/pytorch/pytorch) from 2.6.0 to 2.8.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.6.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1cabfb7529
commit
4db3a502fb
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -12,7 +12,7 @@ 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.6.0",
|
"torch==2.8.0",
|
||||||
"torchvision==0.17.0",
|
"torchvision==0.17.0",
|
||||||
"shapely==2.0.4",
|
"shapely==2.0.4",
|
||||||
"h5py==3.11.0",
|
"h5py==3.11.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue