-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply numpy 2 migrations for _ types in tests (#61)
* Apply numpy 2 migrations for _ types in tests * Bump numpy to 2.0.0 in optional tests * Add Corwin to contributors * Update changelog * Remove double listing of types Co-authored-by: Bradley Dice <[email protected]> * Bump oldest numpy to first one with macos arm wheels --------- Co-authored-by: Bradley Dice <[email protected]>
- Loading branch information
Showing
6 changed files
with
17 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
coverage==5.3.1 | ||
numpy==1.19.0 | ||
numpy==1.21.0 | ||
pymongo==3.10.0 | ||
pytest==6.2.1 | ||
pytest-cov==2.10.1 | ||
|
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
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,4 +1,4 @@ | ||
numpy==1.26.4 | ||
numpy==2.0.0 | ||
pymongo==4.6.3; implementation_name=='cpython' | ||
redis==5.0.3 | ||
zarr==2.17.1; platform_system!='Windows' |
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