Commit 119ea81 1 parent 089dd1e commit 119ea81 Copy full SHA for 119ea81
File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ source:
10
10
sha256 : 2dd42564e7772a9385923b02a363e3cedf053ce93094a9064485e7f69a6f1c92
11
11
12
12
build :
13
- number : 0
13
+ number : 1
14
+ skip : true # [py<=36]
14
15
script :
15
16
- export DISABLE_NUMCODECS_AVX2="" # [unix]
16
17
- export DISABLE_NUMCODECS_SSE2="" # [arm64 or aarch64 or ppc64le]
@@ -35,17 +36,22 @@ requirements:
35
36
- python
36
37
- numpy >=1.7
37
38
- msgpack-python
39
+ - typing-extensions >=3.7.4
40
+ # for the registry module
41
+ - entrypoints
38
42
39
43
test :
40
44
requires :
41
45
- pytest
46
+ - pip
42
47
imports :
43
48
- numcodecs
44
49
- numcodecs.blosc
45
50
- numcodecs.lz4
46
51
- numcodecs.zstd
47
52
commands :
48
53
- pytest -v --pyargs numcodecs
54
+ - pip check
49
55
50
56
about :
51
57
home : https://github.com/zarr-developers/numcodecs
You can’t perform that action at this time.
0 commit comments