Skip to content

Commit ba0e9aa

Browse files
committed
1 parent 089dd1e commit ba0e9aa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

recipe/meta.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ source:
1010
sha256: 2dd42564e7772a9385923b02a363e3cedf053ce93094a9064485e7f69a6f1c92
1111

1212
build:
13-
number: 0
13+
number: 1
14+
skip: true # [py<=36]
1415
script:
1516
- export DISABLE_NUMCODECS_AVX2="" # [unix]
1617
- export DISABLE_NUMCODECS_SSE2="" # [arm64 or aarch64 or ppc64le]
@@ -35,17 +36,22 @@ requirements:
3536
- python
3637
- numpy >=1.7
3738
- msgpack-python
39+
- typing-extensions >=3.7.4
40+
# optional dependency
41+
- entrypoints
3842

3943
test:
4044
requires:
4145
- pytest
46+
- pip
4247
imports:
4348
- numcodecs
4449
- numcodecs.blosc
4550
- numcodecs.lz4
4651
- numcodecs.zstd
4752
commands:
4853
- pytest -v --pyargs numcodecs
54+
- pip check
4955

5056
about:
5157
home: https://github.com/zarr-developers/numcodecs

0 commit comments

Comments
 (0)