KipCrossing / geotiff

A noGDAL tool for reading and writing geotiff files
GNU Lesser General Public License v2.1
213 stars 23 forks source link

Cheeky print statement #40

Closed king-millez closed 2 years ago

king-millez commented 2 years ago

Gets rid of debug print statement

KipCrossing commented 2 years ago

I know this isn't your problem but the latest minor version change of zarr introduced BREAKING changes (so sad).

In this PR, can you please lock:

zarr==2.10.*

In both the setup.py file and the requirements.txt file? That should allow the tests to pass.