-
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.
Disable python requirements files checking in dependabot (#987)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4ae90f2
commit 44d0d21
Showing
5 changed files
with
23 additions
and
16 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# pinned dependencies to reproduce an entire development environment to use HDMF | ||
h5py==3.9.0 | ||
importlib-resources==6.0.0; python_version < "3.9" # TODO: remove when minimum python version is 3.9 | ||
h5py==3.10.0 | ||
importlib-resources==6.1.0; python_version < "3.9" # TODO: remove when minimum python version is 3.9 | ||
jsonschema==4.19.1 | ||
numpy==1.26.0 | ||
pandas==2.1.1 | ||
ruamel.yaml==0.17.33 | ||
numpy==1.26.1 | ||
pandas==2.1.2 | ||
ruamel.yaml==0.18.2 | ||
scipy==1.11.3 |