spacetelescope / mirage

This code can be used to generate simulated NIRCam, NIRISS, or FGS data
https://mirage-data-simulator.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
39 stars 41 forks source link

Update setup.py and testing infrastructure #270

Open bhilbert4 opened 5 years ago

bhilbert4 commented 5 years ago

Need to update dependencies in install_requires:

From James: since we are using jwst we need: astropy>=3.1, numpy>=1.13 and asdf>=2.3.2, scipy>=1.0

bhilbert4 commented 5 years ago

Also, we are using a beta version of PyYAML. We should specify a release version.