Skip to content

Commit

Permalink
build(deps): bump numpy from 1.26.4 to 2.2.1
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.1.
- [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.4...v2.2.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 6e16f2b commit be0b326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cx_Freeze==7.2.7
defusedxml==0.7.1
langchain_core==0.3.28
langchain_openai==0.2.14
numpy==1.26.4
numpy==2.2.1
pandas==2.2.3
python-dotenv==1.0.1
questionary==2.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read(file_name):
"defusedxml==0.7.1",
"langchain_core==0.3.28",
"langchain_openai==0.2.14",
"numpy==1.26.4",
"numpy==2.2.1",
"pandas==2.2.3",
"python-dotenv==1.0.1",
"questionary==2.1.0",
Expand Down

0 comments on commit be0b326

Please sign in to comment.