Heads up that numpy >=1.20.0 doesn't support Python 3.6. numpy.typing in merger.py was introduced in numpy 1.20.0. Tiler has been failing on any Python 3.6 work I try doing.
The two solutions I see are to remove numpy.typing to allow Python 3.6 to work or update tiler to work 3.7 =<.
Heads up that numpy >=1.20.0 doesn't support Python 3.6.
numpy.typingin merger.py was introduced in numpy 1.20.0. Tiler has been failing on any Python 3.6 work I try doing.The two solutions I see are to remove
numpy.typingto allow Python 3.6 to work or update tiler to work 3.7 =<.