xai4space / meteors

Package for Explanations of Remote Sensing Imaginery
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Compatibility with python 3.9 #5

Closed Fersoil closed 2 weeks ago

Fersoil commented 2 weeks ago

I mainly used the sign | with typing suggestions, but it is not supported by python 3.9. I need to change it to oldschool union to assure some backward compatibility

Fersoil commented 2 weeks ago

instead of changing the | to Union added simple line: from __future__ import annotations