Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements_dev_minimal.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# library requirements
asciitree==0.3.3
fasteners==0.19
fasteners==0.20
numcodecs==0.15.1
msgpack-python==0.5.6
setuptools-scm==8.3.1
setuptools-scm==9.2.0
# test requirements
pytest==8.4.1
pytest==8.4.2
2 changes: 1 addition & 1 deletion requirements_dev_numpy.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Break this out into a separate file to allow testing against
# different versions of numpy. This file should pin to the latest
# numpy version.
numpy==2.3.2
numpy==2.3.3
4 changes: 2 additions & 2 deletions requirements_dev_optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ azure-storage-blob==12.24.1
redis==6.4.0
types-redis
types-setuptools
pymongo==4.14.0
pymongo==4.15.0
# optional test requirements
coverage
pytest-cov==6.2.1
pytest-cov==7.0.0
pytest-doctestplus==1.4.0
pytest-timeout==2.4.0
h5py==3.14.0
Expand Down
Loading