Skip to content

Commit 77c1f72

Browse files
authored
Fix numcodecs dependency (#1135)
1 parent 4d68015 commit 77c1f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'asciitree',
1111
'numpy>=1.7',
1212
'fasteners',
13-
'numcodecs>=0.6.4',
13+
'numcodecs>=0.10.0',
1414
]
1515

1616
setup(

0 commit comments

Comments
 (0)