Skip to content

Commit

Permalink
build(deps): update numpy requirement from <1.27.0,>=1.26.4 to >=1.26…
Browse files Browse the repository at this point in the history
….4,<2.3.0 (#985)

* build(deps): update numpy requirement

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.26.4...v2.2.2)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update uv.lock

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Szymon Szyszkowski <69353402+project-defiant@users.noreply.github.com>
Co-authored-by: project-defiant <szymonszyszkowski@gmail.com>
  • Loading branch information
3 people authored Feb 3, 2025
1 parent e2832a3 commit 2c0ecd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"scipy (>=1.11.4, <1.12.0)",
"hydra-core (>=1.3.2, <1.4.0)",
"pyliftover (>=0.4.1, <0.5.0)",
"numpy (>=1.26.4, <1.27.0)",
"numpy (>=1.26.4, <2.3.0)",
"wandb (>=0.19.4, <0.20.0)",
"omegaconf (>=2.3.0, <2.4.0)",
"typing-extensions (>=4.12.2, <4.13.0)",
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

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

0 comments on commit 2c0ecd5

Please sign in to comment.