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 31cf8d9 commit 288cb8cCopy full SHA for 288cb8c
.github/workflows/ci.yml
@@ -20,8 +20,8 @@ jobs:
20
- name: Install the dependencies
21
run: |
22
uv sync
23
- uv install pre-commit
+ uv pip install pre-commit
24
25
- name: Run pre-commit checks
26
27
- pre-commit run --all-files
+ uv run pre-commit run --all-files
pyproject.toml
@@ -3,7 +3,7 @@ name = "mlops-with-databricks"
3
version = "0.0.1"
4
description = "MLOps with Databricks"
5
readme = "README.md"
6
-requires-python = ">=3.11"
+requires-python = ">=3.11, <3.12"
7
dependencies = ["lightgbm>=4.5.0, <5",
8
"scikit-learn>=1.5.1, <2",
9
"cloudpickle>=3.0.0, <4",
0 commit comments