comic / evalutils

evalutils helps users create extensions for grand-challenge.org
https://grand-challenge.org
MIT License
23 stars 9 forks source link

Update supported Python versions #334

Closed jmsmkn closed 1 year ago

jmsmkn commented 2 years ago

This PR removes support for Python 3.7 and adds support for Python 3.10 and 3.11.

It removes the hardcoding of scipy and scikit-learn. We need a better way to freeze the dependencies (#59).