Skip to content

Commit

Permalink
fix(deps): bump numpy from 1.26.4 to 2.1.2 (#762)
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.1.2.
- [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.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent bee0ca2 commit af15ead
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 40 deletions.
95 changes: 56 additions & 39 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pydantic = ">=2.5.0"
pypdf2 = ">=3.0.1"
litellm = ">1.40.0"
beartype = "^0.19.0"
numpy = "<2.0.0"
numpy = "<3.0.0"
transformers = "^4.45.1"
termcolor = "^2.4.0"
arxiv = "^2.1.0"
Expand Down

0 comments on commit af15ead

Please sign in to comment.