-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added support for numpy 2.0 * moved multimanger to its own testfile * remove python 3.8 support * update workflow * update workflow2 * add requirements.txt * update requirements.txt * update workflow3 * add debug line to multi test * workflow update * workflow - run hstouch after h5pyd setup * workflow - fix workflow syntax error * workflow - fix working directory * fix test_dataset_fancyselect to work with h5py * adjust numpy version requirements * fix numpy 2.0 vs 2.1.1 incompat issue * fix errors on windows * fix for wincompat in vlen test
- Loading branch information
Showing
11 changed files
with
663 additions
and
557 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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
certifi==2024.8.30 | ||
charset-normalizer==3.3.2 | ||
h5py==3.12.1 | ||
idna==3.10 | ||
numpy==2.1.1 | ||
packaging==24.1 | ||
PyJWT==2.9.0 | ||
pytz==2024.2 | ||
requests==2.32.3 | ||
requests-unixsocket==0.3.0 | ||
urllib3==2.2.3 |
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
Oops, something went wrong.