darafferty / LSMTool

LOFAR Local Sky Model Tool
https://lsmtool.readthedocs.io
GNU General Public License v3.0
8 stars 5 forks source link

lsmtool requires older astropy version #24

Open maaijke opened 3 years ago

maaijke commented 3 years ago

lsmtool 1.4.3 requires astropy<4.0,>=3.2, but you'll have astropy 4.3.1 which is incompatible.

gmloose commented 3 years ago

I recall we had some issues when astropy 4 saw first light. We probably need to see if this constraint is still necessary, because it's undesirable to set an upper limit on a version.

darafferty commented 3 years ago

The upper limit was removed a little while ago in https://github.com/darafferty/LSMTool/pull/23, as indeed the constraint doesn't seem to be necessary any longer.