Skip to content

Commit ce8d667

Browse files
chore(deps): update numpy requirement from >=1.24.0 to >=2.2.6
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...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd89d47 commit ce8d667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ classifiers = [
3737
"Topic :: Scientific/Engineering :: Artificial Intelligence",
3838
]
3939
dependencies = [
40-
"numpy>=1.24.0",
40+
"numpy>=2.2.6",
4141
"sympy>=1.12",
4242
"scipy>=1.10.0",
4343
"mpmath>=1.3.0",

0 commit comments

Comments
 (0)