Skip to content

Commit edc2449

Browse files
author
Jaime Céspedes Sisniega
authored
Merge pull request #302 from IFCA-Advanced-Computing/dependabot/pip/torch-gte-2.1.2-and-lt-2.3
Update torch requirement from <2.2,>=2.1.2 to >=2.1.2,<2.3
2 parents cd1e047 + 41ed420 commit edc2449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ docs = [
5353
]
5454
notebooks = [
5555
"scikit-learn>=1.3.2,<1.5",
56-
"torch>=2.1.2,<2.2",
56+
"torch>=2.1.2,<2.3",
5757
"torchvision>=0.16.2,<0.17",
5858
"ipywidgets>=8.1.1,<8.2",
5959
]

0 commit comments

Comments
 (0)