Skip to content

Commit

Permalink
Bump numpy from 1.21.0 to 1.21.1
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 to 1.21.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.21.0...v1.21.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent fdff2f9 commit cf772fa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 77 deletions.
86 changes: 11 additions & 75 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ pytest-xdist = "^3.3.1"
yanc = "^0.3.3"
pyssim = "^0.4.0"
numpy = [
{ version = "1.21.0", python = "3.7"},
{ version = "^1.23.5", python = ">3.8"}
{ version = "1.21.1", python = "3.7"},
{ version = "^1.21.1", python = ">3.8"}
]
scipy = [
{ version = "1.7.3", python = "3.7"},
Expand Down

0 comments on commit cf772fa

Please sign in to comment.