Skip to content

Commit 25bffe7

Browse files
Update numpy requirement from <2.1,>=1.26.3 to >=1.26.3,<2.2
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.1.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8f6aeff commit 25bffe7

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
@@ -37,7 +37,7 @@ classifiers = [
3737
requires-python = ">=3.9,<3.13"
3838
dependencies = [
3939
"matplotlib>=3.8.2,<3.10",
40-
"numpy>=1.26.3,<2.1",
40+
"numpy>=1.26.3,<2.2",
4141
"requests>=2.31.0,<2.33",
4242
"scipy>=1.12.0,<1.15",
4343
"tqdm>=4.66.1,<5.0",

0 commit comments

Comments
 (0)