LSSTDESC / snmachine

Machine learning code for photometric supernova classification
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

Pinning the python and pip version. #211

Closed rbiswas4 closed 4 years ago

rbiswas4 commented 4 years ago

When I tried to install the current dev version using the environment file on a mac with an older install of conda, it tried to use an older version of python leading to run-times failures in opening the numpy library (fairly new).

The problem is solved by specifying the python version in the environment file. Further, there was a conda warning to also specify the pip version, so maybe this is a good thing to add.

Catarina-Alves commented 4 years ago

Fixed by #212