We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bace0 commit fe5f51aCopy full SHA for fe5f51a
numcodecs/tests/test_blosc.py
@@ -10,6 +10,7 @@
10
from numcodecs import blosc
11
from numcodecs.blosc import Blosc
12
except ImportError: # pragma: no cover
13
+ raise
14
pytest.skip(
15
"numcodecs.blosc not available", allow_module_level=True
16
)
requirements_dev.txt
@@ -1,3 +1,3 @@
1
Cython==0.29.21
2
msgpack==1.0.2
3
-numpy==1.19.0
+numpy!=1.19.0
0 commit comments