Skip to content

Commit

Permalink
Update sylph-tax recipe (fix python versioning) (#53658)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluenote-1577 authored Feb 3, 2025
1 parent 27b1eae commit 761f157
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/sylph-tax/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ source:
sha256: fe1c3b73b17360b4a22c65d771a8865fa2673abf71a132ba1adf9e3fa4cfae2c

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
run_exports:
- {{ pin_subpackage('sylph-tax', max_pin="x") }}

requirements:
host:
- python >3
- python >=3.7
- pip
- setuptools
run:
- python >3
- python >=3.7
- pandas
- requests

Expand Down

0 comments on commit 761f157

Please sign in to comment.