Skip to content

Commit

Permalink
Add pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
aliberts committed Jun 20, 2024
1 parent fc86d74 commit c946dfb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ moviepy = ">=1.0.3"
rerun-sdk = ">=0.15.1"
deepdiff = ">=7.0.1"
scikit-image = {version = "^0.23.2", optional = true}
pandas = {version = "^2.2.2", optional = true}


[tool.poetry.extras]
Expand All @@ -71,7 +72,7 @@ aloha = ["gym-aloha"]
dev = ["pre-commit", "debugpy"]
test = ["pytest", "pytest-cov"]
umi = ["imagecodecs"]
video_benchmark = ["scikit-image"]
video_benchmark = ["scikit-image", "pandas"]

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

0 comments on commit c946dfb

Please sign in to comment.