-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pytest UnraisableExceptionWarning (#916)
- Loading branch information
Showing
3 changed files
with
19 additions
and
9 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,8 +1,8 @@ | ||
# pinned dependencies to reproduce an entire development environment to use HDMF | ||
h5py==3.8.0 | ||
importlib-resources==5.12.0; python_version < "3.9" # TODO: remove when when minimum python version is 3.9 | ||
jsonschema==4.17.3 | ||
numpy==1.24.3 | ||
pandas==2.0.1 | ||
ruamel.yaml==0.17.24 | ||
scipy==1.10.1 | ||
h5py==3.9.0 | ||
importlib-resources==6.0.0; python_version < "3.9" # TODO: remove when minimum python version is 3.9 | ||
jsonschema==4.18.4 | ||
numpy==1.25.1 | ||
pandas==2.0.3 | ||
ruamel.yaml==0.17.32 | ||
scipy==1.11.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