LSSTDESC / snmachine

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

allow more recent versions of sncosmo #266

Closed heather999 closed 1 year ago

heather999 commented 1 year ago

Fixes #265

Type of change

Update sncosmo constraint to allow versions > 2.1.0. Hoping this update can be deploy to the version of snmachine availble on PyPI so that we can use it in td_env.

Please delete options that are not relevant.

What changes were proposed in this pull request?

Allow sncosmo>=2.1.0

How is the issue this PR is referenced against solved with this PR?

Updated version constraint on sncosmo to allow versions greater than 2.1.0 in environment.yml, requirements.txt, setup.py.

How was this patch tested?

Installed snmachine in new conda environment defined using requirements.txt. This update is already on the dev branch

Final Checklist: