Skip to content

Commit

Permalink
Incorporate rejects
Browse files Browse the repository at this point in the history
  • Loading branch information
collijk committed Dec 31, 2024
1 parent 77d5023 commit 69bafde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 39 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@ rasterra = "^0.6.1"
pydantic = "^2.10.4"

[tool.poetry.group.dev.dependencies]
mkdocstrings = {version = ">=0.23", extras = ["python"]}
mkdocstrings = {version = "*", extras = ["python"]}
mkdocs-material = "*"
mkdocs-table-reader-plugin = "*"
mkdocs-gen-files = "^0.5.0"
mkdocs-literate-nav = "^0.6.1"
mkdocs-section-index = "^0.3.9"
mkdocs-gen-files = "*"
mkdocs-literate-nav = "*"
mkdocs-section-index = "*"
mypy = "*"
pre-commit = "*"
pymdown-extensions = "*"
pytest = "*"
pytest-github-actions-annotate-failures = "*"
pytest-cov = "*"
python-kacl = "*"
ruff = ">=0.2.0"
ruff = "*"
types-pyyaml = "^6.0.12.20241230"
types-requests = "^2.32.0.20241016"
types-tqdm = "^4.67.0.20241221"
Expand Down
34 changes: 0 additions & 34 deletions pyproject.toml.rej

This file was deleted.

0 comments on commit 69bafde

Please sign in to comment.