Skip to content

Commit

Permalink
temporarily remove the rpad rlbench from mypy, and add the optional i…
Browse files Browse the repository at this point in the history
…nstall
  • Loading branch information
beneisner committed May 13, 2024
1 parent ffd6ccd commit 7ae370b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ develop = [
"types-tqdm",
]
build_docs = ["mkdocs-material", "mkdocstrings[python]"]
rlbench = [
# These should be installed manually...
"pyrep",
"rlbench",

# This can be done automatically.
"rpad-rlbench-utils @ git+https://github.com/r-pad/rlbench_utils.git",
]


# This is required to allow us to have notebooks/ at the top level.
Expand Down Expand Up @@ -90,16 +98,17 @@ module = [
"h5py.*",
"joblib.*",
"matplotlib.*",
"ompl.*",
"open3d.*",
"pandas.*",
"plotly.*",
"pybullet.*",
"pytorch3d.*",
"rpad.rlbench_utils.*",
"scipy.*",
"torch_cluster.*",
"torch_geometric.*",
"torchvision.*",
"ompl.*",
]
ignore_missing_imports = true

Expand Down

0 comments on commit 7ae370b

Please sign in to comment.