Skip to content

Commit

Permalink
Merge pull request #107 from agimus-project/dependabot/pip/sphinx-7.2.6
Browse files Browse the repository at this point in the history
build(deps-dev): bump sphinx from 6.2.1 to 7.2.6
  • Loading branch information
nim65s authored Dec 7, 2023
2 parents 0624a9b + 973ea80 commit 99a98cb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

device = torch.device("cuda" if torch.cuda.is_available() else "cpu")


class Detector(DetectorModule):
def __init__(self, model, ds_name):
super().__init__()
Expand Down
1 change: 1 addition & 0 deletions happypose/pose_estimators/megapose/inference/detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

device = torch.device("cuda" if torch.cuda.is_available() else "cpu")


class Detector(DetectorModule):
def __init__(self, model: torch.nn.Module) -> None:
super().__init__()
Expand Down
18 changes: 9 additions & 9 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ optional = true

[tool.poetry.group.docs.dependencies]
myst-parser = "^2.0.0"
sphinx = "^6.2.1"
sphinx = "^7.2.6"

[[tool.poetry.source]]
name = "torch_cpu"
Expand Down

0 comments on commit 99a98cb

Please sign in to comment.