Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Jun 12, 2024
1 parent c2dd330 commit 249caff
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,7 @@ requirements:
run:
- python {{ sdata['python_requires'] }}
{% for dep in sdata.get('install_requires',{}) %}
{% if dep.startswith("pyarrow") %}
# Conda-forge split up pyarrow packages (libarrow-flight), default does not
# setup.py lower pins
- {{ dep }} ,<16
{% else %}
- {{ dep }}
{% endif %}
{% endfor %}
test:
imports:
Expand Down

0 comments on commit 249caff

Please sign in to comment.