Skip to content

Commit

Permalink
Refresh dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Aug 12, 2024
1 parent f03ef3b commit 32eabcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ requirements:
build:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- cython >=3.0.4,<3.1 # [build_platform != target_platform]
- cython >=3.0.4 # [build_platform != target_platform]
- numpy # [build_platform != target_platform]
- ninja # [unix]
- {{ compiler('c') }}
Expand All @@ -34,9 +34,9 @@ requirements:
- python
- python-build
- pip
- cython >=3.0.4,<3.1
- cython >=3.0.4
- numpy
- meson-python >=0.15.0
- meson-python >=0.16.0
run:
- numpy >=1.23,<3
- python
Expand Down

0 comments on commit 32eabcc

Please sign in to comment.