Skip to content

Commit

Permalink
unpin pyarrow on py39
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Mar 16, 2021
1 parent fefbdb3 commit b7bd691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ outputs:
- python
- {{ pin_subpackage('modin-core', exact=True) }}
- ray-core >=1.0
- pyarrow ==1.0
- pyarrow ==1.0 # [py<39]
test:
imports:
# are there more specific imports?!
Expand Down

0 comments on commit b7bd691

Please sign in to comment.