Skip to content

Commit

Permalink
Depend on Python3.10+ and onwards (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx authored Sep 17, 2024
1 parent 014dd77 commit 3b1fdf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
python = ">=3.10"
databricks-sdk = "0.30.0"
pyyaml = "^6.0.2"
mlflow = {extras = ["databricks"], version = "^2.16.0"}
Expand All @@ -20,4 +20,4 @@ databricks-labs-lsql = "0.9.0"
requires = [
"poetry-core>=1.0.0"
]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"

0 comments on commit 3b1fdf2

Please sign in to comment.