Skip to content

Commit

Permalink
Update all requirements except dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Nov 7, 2024
1 parent c1458c8 commit d1b557b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ pytest-cov==4.1.0
python-dateutil==2.8.2
ruff==0.1.3
tox==4.11.3
numpy==2.0.0
6 changes: 5 additions & 1 deletion requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# dependencies to generate the documentation for HDMF-Zarr

matplotlib
sphinx>=4 # improved support for docutils>=0.17
sphinx_rtd_theme>=1 # <1 does not work with docutils>=0.17
sphinx-gallery
sphinx-copybutton
6 changes: 3 additions & 3 deletions requirements-opt.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tqdm==4.66.4
fsspec==2024.6.0
s3fs==2024.6.0
tqdm==4.67.0
fsspec==2024.10.0
s3fs==2024.10.0
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pinned dependencies to reproduce an entire development environment to use HDMF-ZARR
hdmf==3.14.3
zarr==2.16.1
pynwb==2.5.0
numpy==2.0.0
numcodecs==0.12.1
threadpoolctl==3.2.0
hdmf==3.14.5
zarr==2.18.3
pynwb==2.8.2
numpy==2.1.3
numcodecs==0.13.1
threadpoolctl==3.5.0

0 comments on commit d1b557b

Please sign in to comment.