Skip to content

Commit

Permalink
skip cython 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAntoineSchmidtQC committed Oct 26, 2023
1 parent 5fc3a80 commit a977178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ requirements:
build:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- cython # [build_platform != target_platform]
- cython !=3.0.4 # [build_platform != target_platform]
- numpy # [build_platform != target_platform]
- {{ compiler("c") }}
- {{ compiler("cxx") }}
- llvm-openmp # [osx]
- libgomp # [linux]
host:
- python
- cython
- cython !=3.0.4
- jemalloc-local # [not win]
- llvm-openmp # [osx]
- mako
Expand Down

0 comments on commit a977178

Please sign in to comment.