Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/numpy-gte-1.24.0-and-lt-1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
jaime-cespedes-sisniega authored Dec 28, 2023
2 parents 081894e + 20d8da5 commit 417b0eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ classifiers = [
]
requires-python = ">=3.8,<3.12"
dependencies = [
"matplotlib>=3.6.0,<3.8",
"matplotlib>=3.6.0,<3.9",
"numpy>=1.24.0,<1.27",
"requests>=2.31.0,<2.32",
"scipy>=1.10.0,<1.11",
Expand All @@ -53,7 +53,7 @@ docs = [
]
notebooks = [
"scikit-learn>=1.2.0,<1.4",
"torch>=1.13.0,<2.1",
"torch>=1.13.0,<2.2",
"torchvision>=0.14.0,<0.16",
"ipywidgets>=8.0.0,<8.2",
]
Expand Down

0 comments on commit 417b0eb

Please sign in to comment.