Skip to content

Commit

Permalink
Apply code review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
aliberts committed Jun 18, 2024
1 parent 43b2e26 commit c345056
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 55 deletions.
106 changes: 53 additions & 53 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ torch = "^2.2.1"
opencv-python = ">=4.9.0"
diffusers = "^0.27.2"
torchvision = ">=0.17.1"
# torchvision = { path = "../../build/vision" }
h5py = ">=3.10.0"
huggingface-hub = {extras = ["hf-transfer"], version = "^0.23.0"}
gymnasium = ">=0.29.1"
Expand Down Expand Up @@ -72,7 +71,7 @@ aloha = ["gym-aloha"]
dev = ["pre-commit", "debugpy"]
test = ["pytest", "pytest-cov"]
umi = ["imagecodecs"]
benchmark = ["scikit-image"]
video_benchmark = ["scikit-image"]

[tool.ruff]
line-length = 110
Expand Down

0 comments on commit c345056

Please sign in to comment.