Skip to content

Commit

Permalink
Fix a dep name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Milk committed Jan 8, 2025
1 parent 783d353 commit 8ba58e9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
classifiers = [
"License :: OSI Approved :: MIT License",
]
requires-python = ">=3.7"
requires-python = ">=3.10"
description = "Modularized and scalable whole slide image analysis"
dynamic = ["version"]

Expand All @@ -19,7 +19,7 @@ dependencies = [
"numba",
"scikit-learn",
"matplotlib",
"matplolib-scalebar",
"matplotlib-scalebar",
"legendkit",
"rich",
"typer",
Expand Down Expand Up @@ -69,4 +69,7 @@ line-length = 88

[tool.ruff.per-file-ignores]
"tests/test_example.py" = ["E402"]
"tests/test_loader.py" = ["E402"]
"tests/test_loader.py" = ["E402"]

[tool.mypy]
ignore_missing_imports = true

0 comments on commit 8ba58e9

Please sign in to comment.