-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Numpy 2.0 introduces a few breaking changes to Numexpr. Provide adhoc fix by locking to Numpy version 1.23.0 Use uv to speed up pip install. Cache downlaoded wheels.
- Loading branch information
1 parent
f76a9d0
commit a9b9a36
Showing
3 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
pytest | ||
pytest-cov | ||
pillow | ||
meson==1.2.1 | ||
numpy | ||
meson==1.5.0 | ||
numpy==1.23.0 | ||
scipy | ||
cvxpy | ||
numexpr==2.8.4 | ||
opencv-python | ||
matplotlib | ||
ninja |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters