-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix testing of min and optional requirements (#99)
* Fix testing of min and optional requirements * Update CHANGELOG.md * Update tox.ini * Ignore pkg_resources deprecation warning in test_gallery (#100) * Update test_gallery.py * Update requirements-min.txt * Update setup.py * Update requirements.txt * Use hdmf 3.5.4 only * Update tox.ini * Discard changes to .github/workflows/run_all_tests.yml --------- Co-authored-by: Matthew Avaylon <[email protected]>
- Loading branch information
Showing
6 changed files
with
39 additions
and
11 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,6 +1,6 @@ | ||
hdmf==3.5.2 | ||
hdmf==3.5.4 | ||
zarr==2.11.0 | ||
numcodecs==0.9.1 | ||
pynwb==2.0.0 | ||
pynwb==2.3.2 | ||
setuptools | ||
importlib_resources;python_version<'3.9' # Remove when python 3.9 becomes the new minimum |
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,6 +1,6 @@ | ||
# pinned dependencies to reproduce an entire development environment to use HDMF-ZARR | ||
hdmf==3.5.2 | ||
hdmf==3.5.4 | ||
zarr==2.11.0 | ||
pynwb==2.3.0 | ||
pynwb==2.3.2 | ||
numpy==1.23.5 | ||
numcodecs==0.11.0 |
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