SyneRBI / SIRF-Exercises

SIRF Training and demonstration material
http://www.ccpsynerbi.ac.uk
Apache License 2.0
17 stars 21 forks source link

environment.yml should list pip #202

Closed KrisThielemans closed 1 year ago

KrisThielemans commented 1 year ago

I get a warning

Warning: you have pip-installed dependencies in your environment file, but you do not list pip itself as one of your conda dependencies.  Conda may not use the correct pip to install your packages, and they may end up in the wrong place.  Please add an explicit pip dependency.  I'm adding one for you, but still nagging you.
KrisThielemans commented 1 year ago

sorry, environment.yml is actually only introduced in #200

KrisThielemans commented 1 year ago

This is fixed in #200