Skip to content

Commit d5c294b

Browse files
committed
Pin numcodecs to < 0.16
1 parent 779406f commit d5c294b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ docs = [
4242
'sphinx-copybutton',
4343
'pydata-sphinx-theme',
4444
'numpydoc',
45-
'numcodecs[msgpack]!=0.14.0,!=0.14.1',
45+
'numcodecs[msgpack]!=0.14.0,!=0.14.1,<0.16',
4646
'pytest-doctestplus',
4747
]
4848

0 commit comments

Comments
 (0)