Skip to content

Commit

Permalink
Remove dependencies causing pipelines to crash
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmundGoodman committed Apr 25, 2024
1 parent 4b3418e commit 2e9eb59
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 @@ -25,6 +25,8 @@ uncertainties = "^3.1.7"
[tool.poetry.group.dev.dependencies]
pre-commit = "^2.20.0"
pre-commit-hooks = "^4.3.0"
# erdantic = "^1.0.2"
# pylint = "^3.1.0"

[tool.poetry.group.test.dependencies]
pytest = "^7.4.0"
Expand All @@ -33,8 +35,6 @@ coverage = "^7.2.7"
[tool.poetry.group.docs.dependencies]
mkdocs-material = "^9.1.18"
mkdocstrings = { extras = ["python"], version = "^0.20.0" }
erdantic = "^1.0.2"
pylint = "^3.1.0"
# mike = "^1.1.2"

[tool.poetry.group.tui.dependencies]
Expand Down

0 comments on commit 2e9eb59

Please sign in to comment.