Skip to content

Commit 67dd64f

Browse files
authored
Pin numcodecs to < 0.16 (#2965)
1 parent 779406f commit 67dd64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
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)