Skip to content

Commit

Permalink
Chore: Format pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 24, 2023
1 parent c71ea4a commit e7c24b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default-tag = "0.0.0"
name = "mlflow-cratedb"
description = "MLflow adapter for CrateDB"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.8,<3.12"
license = {text = "Apache License 2.0"}
keywords = [
"ai",
Expand Down Expand Up @@ -86,14 +86,14 @@ dependencies = [
[project.optional-dependencies]
develop = [
"black<24",
"mypy==1.7.0",
"mypy==1.7",
"poethepoet<1",
"pyproject-fmt<1.6",
"ruff==0.1.6",
"validate-pyproject<0.16",
]
examples = [
"pycaret[analysis,models,parallel,test,tuner]==3.2.0; platform_machine != 'aarch64'",
'pycaret[analysis,models,parallel,test,tuner]==3.2; platform_machine != "aarch64"',
"salesforce-merlion<2.1",
"werkzeug==2.2.3",
]
Expand All @@ -102,7 +102,7 @@ release = [
"twine<5",
]
test = [
"psutil==5.9.2", # This version has binary wheels for Python 3.10.
"psutil==5.9.2", # This version has binary wheels for Python 3.10.
"pytest<8",
"pytest-cov<5",
]
Expand Down

0 comments on commit e7c24b4

Please sign in to comment.