Skip to content

Commit 83482d5

Browse files
Merge pull request #347 from IFCA-Advanced-Computing/dependabot/pip/torch-gte-2.1.2-and-lt-2.6
Update torch requirement from <2.5,>=2.1.2 to >=2.1.2,<2.6
2 parents 40d5181 + dc81680 commit 83482d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ docs = [
5353
]
5454
notebooks = [
5555
"scikit-learn>=1.3.2,<1.6",
56-
"torch>=2.1.2,<2.5",
56+
"torch>=2.1.2,<2.6",
5757
"torchvision>=0.16.2,<0.20",
5858
"ipywidgets>=8.1.1,<8.2",
5959
]

0 commit comments

Comments
 (0)