Skip to content

Commit

Permalink
Move zlib to host deps
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Oct 20, 2023
1 parent 3aafd77 commit 53d9a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous_integration/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ requirements:
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- maturin # [build_platform != target_platform]
- libprotobuf
- zlib
- {{ compiler('c') }}
- {{ compiler('rust') }}
host:
- pip
- python
- maturin
- zlib
run:
- python
- dask >=2022.3.0
Expand Down

0 comments on commit 53d9a79

Please sign in to comment.