Skip to content

Commit

Permalink
Gallery Bug (#78)
Browse files Browse the repository at this point in the history
* first

* quick revert

* revert

* Update setup.py

* Update requirements-min.txt

* Update setup.py

* Update setup.py

* Update requirements-min.txt

* Update requirements.txt

* Update setup.py

* Update setup.py
  • Loading branch information
mavaylon1 committed May 9, 2023
1 parent 87e2d75 commit 708e1a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion requirements-min.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
hdmf==3.5.0
hdmf==3.5.2
zarr==2.11.0
numcodecs==0.9.1
pynwb==2.0.0
setuptools
importlib_resources;python_version<'3.9' # Remove when python 3.9 becomes the new minimum
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pinned dependencies to reproduce an entire development environment to use HDMF-ZARR
hdmf==3.5.0
hdmf==3.5.2
zarr==2.11.0
numcodecs==0.9.1
pynwb==2.0.1
pynwb==2.0.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


reqs = [
'hdmf>=3.5.0',
'hdmf<=3.5.4, >=3.5.2',
'zarr>=2.11.0',
'numcodecs>=0.9.1',
'pynwb>=2.0.0',
Expand Down

0 comments on commit 708e1a7

Please sign in to comment.