Update numpy requirement from <2.0.0,>=1.24.0 to >=1.24.0,<3.0.0

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](https://github.com/numpy/numpy/compare/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>
This commit is contained in:
dependabot[bot] 2025-11-17 17:29:57 +00:00 committed by GitHub
parent 9262f66d13
commit 455d23ed69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ dependencies = [
"json_repair", "json_repair",
"nano-vectordb", "nano-vectordb",
"networkx", "networkx",
"numpy>=1.24.0,<2.0.0", "numpy>=1.24.0,<3.0.0",
"pandas>=2.0.0,<2.4.0", "pandas>=2.0.0,<2.4.0",
"pipmaster", "pipmaster",
"pydantic", "pydantic",
@ -50,7 +50,7 @@ api = [
"json_repair", "json_repair",
"nano-vectordb", "nano-vectordb",
"networkx", "networkx",
"numpy>=1.24.0,<2.0.0", "numpy>=1.24.0,<3.0.0",
"openai>=1.0.0,<3.0.0", "openai>=1.0.0,<3.0.0",
"pandas>=2.0.0,<2.4.0", "pandas>=2.0.0,<2.4.0",
"pipmaster", "pipmaster",