You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pyproject.toml file pins several packages at specific versions, e.g., an older scikit-learn. This makes it complex to try out this library in an environment with other tools. Are the exact versions necessary? If not, perhaps they could be softened?
We'd like to integrate fasterrisk in Orange Data Mining, and we have the same issue. We'd like to have pandas and scikit-learn opened up. If you lack time for that, should we make a PR? Thanks!
The
pyproject.toml
file pins several packages at specific versions, e.g., an older scikit-learn. This makes it complex to try out this library in an environment with other tools. Are the exact versions necessary? If not, perhaps they could be softened?https://github.com/jiachangliu/FasterRisk/blob/82d4673946b20bf874106a43581e2670518cabb4/pyproject.toml#L21
The text was updated successfully, but these errors were encountered: