SNflows / flows

Flows Pipeline
https://flows.phys.au.dk
GNU General Public License v3.0
3 stars 4 forks source link

New version of numpy is incompatible with our code. #134

Closed emirkmo closed 1 year ago

emirkmo commented 1 year ago

New numpy version does not define dtype so is incompatible. Downgrade numpy to the previous version.

See: https://github.com/astropy/astropy/issues/14210

change requirements.txt to have numpy == 1.23.5