Skip to content

Commit 081894e

Browse files
Update numpy requirement from <1.26,>=1.24.0 to >=1.24.0,<1.27
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.24.0...v1.26.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent efc5460 commit 081894e

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
@@ -37,7 +37,7 @@ classifiers = [
3737
requires-python = ">=3.8,<3.12"
3838
dependencies = [
3939
"matplotlib>=3.6.0,<3.8",
40-
"numpy>=1.24.0,<1.26",
40+
"numpy>=1.24.0,<1.27",
4141
"requests>=2.31.0,<2.32",
4242
"scipy>=1.10.0,<1.11",
4343
"tqdm>=4.65,<5",

0 commit comments

Comments
 (0)