Skip to content

Commit e13dd05

Browse files
closes #87 and #82 (#88)
automerged PR by conda-forge/automerge-action
2 parents 089dd1e + 011b008 commit e13dd05

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

recipe/meta.yaml

+5-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,20 @@ requirements:
3536
- python
3637
- numpy >=1.7
3738
- msgpack-python
39+
- typing-extensions >=3.7.4
3840

3941
test:
4042
requires:
4143
- pytest
44+
- pip
4245
imports:
4346
- numcodecs
4447
- numcodecs.blosc
4548
- numcodecs.lz4
4649
- numcodecs.zstd
4750
commands:
4851
- pytest -v --pyargs numcodecs
52+
- pip check
4953

5054
about:
5155
home: https://github.com/zarr-developers/numcodecs

0 commit comments

Comments
 (0)