We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017f900 commit 2c481aaCopy full SHA for 2c481aa
2 files changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v3
18
- uses: actions/setup-python@v4
19
with:
20
- python-version: "3.9"
+ python-version: "3.13"
21
- uses: pre-commit/action@v3.0.1
22
23
# Make sure commit messages follow the conventional commits convention:
pyproject.toml
@@ -23,7 +23,7 @@ packages = [
"Changelog" = "https://github.com/34j/sklearn-utilities/blob/main/CHANGELOG.md"
24
25
[tool.poetry.dependencies]
26
-python = "^3.9,<3.13"
+python = "<3.14"
27
scikit-learn = "^1.3.1"
28
lightgbm = "^4.1.0"
29
pandas = "^2.1.1"
0 commit comments