Skip to content

Commit

Permalink
Bump numpy from 1.23.5 to 1.24.4
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.23.5 to 1.24.4.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.23.5...v1.24.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 24, 2023
1 parent ebf0d86 commit 54e78fc
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 32 deletions.
64 changes: 33 additions & 31 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 @@ -14,7 +14,7 @@ pylatex = "*"
dot2tex = "*"
matplotlib = ">=1.4.0,<4.0.0"
Wand = "*"
numpy = ">=1.6,<1.24" # Upper limit due to feynman using np.complex
numpy = ">=1.6,<1.25" # Upper limit due to feynman using np.complex
pyx = ">=0.12,<1.0.0"
pydot = "*"
feynman="^2.0"
Expand Down

0 comments on commit 54e78fc

Please sign in to comment.