Skip to content

Commit

Permalink
improve optional dependency definition
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Oct 10, 2024
1 parent bdb8e50 commit 5abc178
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,22 @@ dependencies = [
"polars-lts-cpu >= 0.20.25; platform_machine == 'x86_64' and platform_system == 'Darwin'",
"polars >= 0.20.25; platform_machine != 'x86_64' or platform_system != 'Darwin'",
"loguru>=0.7",
"setuptools",
"pydantic",
"pydantic>=2.9.2",
"eval_type_backport; python_version < '3.10'",
"python-dateutil >= 2.9.0",
"cyclopts",
"cyclopts >= 2.9.9",
#"platformdirs >= 4.3",
]

[project.optional-dependencies]
dev = [
"bfabric[doc,test]",
"black",
"isort",
"ruff",
"licensecheck",
"pytest",
"pytest-mock",
"logot",
"nox",
"uv",
"mkdocs",
"mkdocs-material",
"mkdocstrings[python]",
]
doc = ["mkdocs", "mkdocs-material", "mkdocstrings[python]"]
test = ["pytest", "pytest-mock", "logot"]
Expand Down

0 comments on commit 5abc178

Please sign in to comment.