Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
vertefra committed Aug 29, 2024
2 parents 99bcb9d + 26c9ef0 commit 60830eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"anyio",
]

# dynamic = ["version"]
dynamic = ["version"]

[project.optional-dependencies]
dev = [
Expand Down Expand Up @@ -52,7 +52,6 @@ examples = [
"torch",
"pillow",
]

wandb = [
"wandb>=0.17.7",
]
Expand Down Expand Up @@ -140,4 +139,3 @@ exclude = [

[tool.pytest.ini_options]
log_cli=true

7 changes: 0 additions & 7 deletions qcog_python_client/qcog/pytorch/validate/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
import os
import sys

# def validate_directory(dir: dict) -> Directory:
# """Validate the directory.

# It takes the raw dictionary and validate
# """
# return {k: QFile(**v) for k, v in dir.items()}


def get_third_party_imports(source_code: io.BytesIO, package_path: str) -> set[str]:
"""Get all third-party packages imported in a Python module.
Expand Down

0 comments on commit 60830eb

Please sign in to comment.