Skip to content
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@ build:

requirements:
build:
- python # [build_platform != target_platform]
- python ${{ python_min }} # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- openssl # [build_platform != target_platform]
- maturin >=1.0,<2.0 # [build_platform != target_platform]
- {{ compiler('cxx') }}
- {{ stdlib("c") }}
- {{ compiler('rust') }}
host:
- python
- python ${{ python_min }}.*
- pip
- maturin >=1.0,<2.0
- openssl # [linux]
run:
- python
- python ${{ python_min }}
- huggingface_hub >=0.16.4,<2.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should have been fixed earlier.


test:
Expand Down
Loading