ESA-PhiLab / iris

Semi-automatic tool for manual segmentation of multi-spectral and geo-spatial imagery.
GNU General Public License v3.0
130 stars 41 forks source link

Python package compatibiliy fixes #61

Closed LeoBreebaart closed 1 month ago

LeoBreebaart commented 2 months ago

These two patches fix compatibility with Flask 3 and numpy 1.24.0 dependencies in Iris by rewriting deprecated constructs.

These fixes should be backwards compatible with Flask 2 and numpy 1.23, so there was no need to patch requirements.txt.