Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Oct 30, 2024
2 parents 0b27286 + 8302920 commit 9f1a22d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ json-repair = "^0.30.0"
future = "^1.0.0" # Needed until graspologic fixes their dependency
typer = "^0.12.5"

mkdocs-typer = "^0.0.3"

[tool.poetry.group.dev.dependencies]
coverage = "^7.6.0"
ipykernel = "^6.29.4"
Expand All @@ -110,6 +110,7 @@ deptry = "^0.20.0"
mkdocs-material = "^9.5.39"
mkdocs-jupyter = "^0.25.0"
mkdocs-exclude-search = "^0.6.6"
mkdocs-typer = "^0.0.3"

[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
Expand Down Expand Up @@ -177,6 +178,6 @@ exclude = ["**/node_modules", "**/__pycache__"]

[tool.pytest.ini_options]
asyncio_mode = "auto"
timeout = 800
timeout = 1000
# log_cli = true
# log_cli_level = "INFO"

0 comments on commit 9f1a22d

Please sign in to comment.