Skip to content

Commit

Permalink
fix numpy situation
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jul 29, 2024
1 parent 1a275ae commit a597487
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ source:

build:
skip: true # [py==312]
number: 0
number: 1
script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv

requirements:
build:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- cython >=0.25,<3.0 # [build_platform != target_platform]
- numpy >=1.15.0 # [build_platform != target_platform]
- numpy # [build_platform != target_platform]
- {{ compiler('cxx') }}
- {{ stdlib("c") }}
host:
Expand All @@ -32,7 +32,7 @@ requirements:
- preshed >=3.0.2,<3.1.0
- murmurhash >=0.28.0,<1.1.0
- thinc >=8.2.2,<8.3.0
- numpy >=1.15.0
- numpy
- pip
- wheel
run:
Expand All @@ -52,7 +52,6 @@ requirements:
- weasel >=0.1.0,<0.5.0
- typer >=0.3.0,<1.0.0
# Third-party dependencies
- {{ pin_compatible('numpy') }}
- tqdm >=4.38.0,<5.0.0
- requests >=2.13.0,<3.0.0
- pydantic >=1.7.4,!=1.8,!=1.8.1,<3.0.0
Expand All @@ -61,7 +60,6 @@ requirements:
# Official Python utilities
- setuptools
- packaging >=20.0
- typing_extensions >=3.7.4.1,<4.5.0 # [py<=37]

test:
requires:
Expand Down

0 comments on commit a597487

Please sign in to comment.