probabl-ai / skore

Skore let's you "Own Your Data Science." It provides a user-friendly interface to track and visualize your modeling results, and perform evaluation of your machine learning models with scikit-learn.
https://probabl.ai
MIT License
11 stars 0 forks source link

In pyproject.toml, define each requirement using range of versions #404

Open thomass-dev opened 4 days ago

thomass-dev commented 4 days ago

Actually, user can install skore without restrictions on the skore's dependencies. It means that user can use old (and incompatible) version of one of dependencies. With an incompatible dependency version, some errors can occur obscurely to the user only at the runtime.

We can't be compatible with all of versions of all package. The convention is to define a range of version between two majors release.