Skip to content

Commit a6f61f9

Browse files
dependabot[bot]alvarolopez
authored andcommitted
Update numpy requirement from <2.2,>=1.26.3 to >=1.26.3,<2.3
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.26.3...v2.2.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent db51b72 commit a6f61f9

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
@@ -38,7 +38,7 @@ classifiers = [
3838
requires-python = ">=3.9,<3.13"
3939
dependencies = [
4040
"matplotlib>=3.8.2,<3.10",
41-
"numpy>=1.26.3,<2.2",
41+
"numpy>=1.26.3,<2.3",
4242
"requests>=2.31.0,<2.33",
4343
"scipy>=1.12.0,<1.15",
4444
"tqdm>=4.66.1,<5.0",

0 commit comments

Comments
 (0)