nansencenter / nansat

Scientist friendly Python toolbox for processing 2D satellite Earth observation data.
http://nansat.readthedocs.io
GNU General Public License v3.0
182 stars 66 forks source link

version=0.0.0dev in setup.py forces pip to install older version of nansat #518

Closed akorosov closed 6 months ago

akorosov commented 2 years ago

When installing nansat with pip pip install nansat it complains about version=0.0.0dev in the setup.py and installs an older version 1.4.5 I suggest to always manually update the correct version of nansat in setup.py I'll update manually to 1.5.2 and propose a new release

aperrin66 commented 6 months ago

This problem has been fixed in version 1.6.2 (see #545)