Skip to content

Raise Python requirement to 3.9

Ivan Sinkarenko requested to merge isinkare/expert_gui_core:fix/deps into master

PyWavelets does not provide prebuilt wheels for Python 3.7, and hence local compilation attempt fails in CI when trying to run under 3.7. Since this project does not need to support 3.7, this MR solves the issue by simply raising the requirement.

Note: CI is still failing due to incorrect runtime imports in the library.

Merge request reports