Skip to content

Commit 417b0eb

Browse files
author
Jaime Céspedes Sisniega
authored
Merge branch 'main' into dependabot/pip/numpy-gte-1.24.0-and-lt-1.27
2 parents 081894e + 20d8da5 commit 417b0eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [
3636
]
3737
requires-python = ">=3.8,<3.12"
3838
dependencies = [
39-
"matplotlib>=3.6.0,<3.8",
39+
"matplotlib>=3.6.0,<3.9",
4040
"numpy>=1.24.0,<1.27",
4141
"requests>=2.31.0,<2.32",
4242
"scipy>=1.10.0,<1.11",
@@ -53,7 +53,7 @@ docs = [
5353
]
5454
notebooks = [
5555
"scikit-learn>=1.2.0,<1.4",
56-
"torch>=1.13.0,<2.1",
56+
"torch>=1.13.0,<2.2",
5757
"torchvision>=0.14.0,<0.16",
5858
"ipywidgets>=8.0.0,<8.2",
5959
]

0 commit comments

Comments
 (0)