-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In pyproject.toml, define each requirement using range of versions #404
Labels
chore
Internal enhancement work to be done
Comments
Would it be acceptable to perform a |
I don't know if its enough. |
Assigned to @thomass-dev so he can bring the issue forward. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: