Skip to content

Instantly share code, notes, and snippets.

@captivus
Created February 27, 2021 19:28
Show Gist options
  • Save captivus/310c93ba63627ee0cdca61f2eb6dee38 to your computer and use it in GitHub Desktop.
Save captivus/310c93ba63627ee0cdca61f2eb6dee38 to your computer and use it in GitHub Desktop.
Edit the meta.yaml file to reflect minimum python versions in both the host and run sections of requirements
requirements:
host:
- pip
- python >=3.6
run:
- python >=3.6
- requests >=2.20.0
- six >=1.10.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment