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 6, 2021
1 parent e8229df commit 3a5fcd7
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 @@ -92,7 +92,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 3a5fcd7

Please sign in to comment.