Skip to content

Commit

Permalink
Bump numexpr from 2.8.4 to 2.8.5
Browse files Browse the repository at this point in the history
Bumps [numexpr](https://github.com/pydata/numexpr) from 2.8.4 to 2.8.5.
- [Release notes](https://github.com/pydata/numexpr/releases)
- [Changelog](https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst)
- [Commits](pydata/numexpr@v2.8.4...v2.8.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and antonysigma committed Oct 5, 2024
1 parent d88d402 commit f6828d5
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 @@ -5,7 +5,7 @@ meson==1.5.0
numpy==1.23.0
scipy
cvxpy
numexpr==2.8.4
numexpr==2.8.5
opencv-python
matplotlib
ninja
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
url='http://github.com/comp-imaging/ProxImaL/',
install_requires=["numpy <= 1.23.0",
"scipy >= 0.15",
"numexpr <= 2.8.4",
"numexpr <= 2.8.5",
"Pillow",
"meson >= 0.58"],
)

0 comments on commit f6828d5

Please sign in to comment.