Skip to content

Commit

Permalink
Temporarily fix torch dependency to <2.6 (#83)
Browse files Browse the repository at this point in the history
Summary:
Temporary fix of broken CI.

Pull Request resolved: #83

Reviewed By: runame

Differential Revision: D69410387

Pulled By: tsunghsienlee

fbshipit-source-id: eb6458c7563af4ba859b14d81693edd8808c19d7
  • Loading branch information
runame authored and facebook-github-bot committed Feb 10, 2025
1 parent 9c5700a commit 23e8606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "torch-shampoo"
version = "1.0.0"
dependencies = [
"torch>=2.5.0",
"torch>=2.5.0,<2.6",
]
requires-python = ">=3.10"
authors = [
Expand Down

0 comments on commit 23e8606

Please sign in to comment.