Skip to content

Commit

Permalink
Don't pin conda python version to x.x (#460)
Browse files Browse the repository at this point in the history
explicitly state that we work with python 3.7+
  • Loading branch information
benfred authored Nov 24, 2020
1 parent 7866972 commit bc91a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requirements:
- setuptools
- cudf 0.16.*
run:
- python x.x
- python>=3.7.0
- cudf 0.16.*
- dask-cudf 0.16.*
- cupy>=7.2.0,<9.0.0a
Expand Down

0 comments on commit bc91a03

Please sign in to comment.