Tl;dr : support pip specifications of packages as well
I received the following email:
I was wondering though if it's possible to include pip packages in the environment specification? For example, my environment.yml file looks like:
dependencies:
- python=3
- requests
- xlsxwriter
- pip
- pip:
- dateparser==0.4.0
- tweepy
- ujson
Tl;dr : support pip specifications of packages as well
I received the following email:
I was wondering though if it's possible to include pip packages in the environment specification? For example, my environment.yml file looks like: