Skip to content

Commit 5694012

Browse files
committed
Bump numcodecs requirement to 0.5.3
As `numcodecs` 0.5.3 is the first release of `numcodecs`, which only uses `pytest` without `nose`, bump the `numcodecs` requirement from 0.5.2 to 0.5.3. This way `zarr` can be tested without `nose` as a dependency. Should help ensure that `nose` usage doesn't creep back into the codebase.
1 parent f8df70d commit 5694012

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mccabe==0.6.1
1616
monotonic==1.3
1717
msgpack-python==0.4.8
1818
nose==1.3.7
19-
numcodecs==0.5.2
19+
numcodecs==0.5.3
2020
numpy==1.13.3
2121
packaging==16.8
2222
pkginfo==1.4.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'asciitree',
2727
'numpy>=1.7',
2828
'fasteners',
29-
'numcodecs>=0.5.2',
29+
'numcodecs>=0.5.3',
3030
],
3131
package_dir={'': '.'},
3232
packages=['zarr', 'zarr.tests'],

0 commit comments

Comments
 (0)