Skip to content

Commit

Permalink
Update toml and conda env yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaireLC committed Apr 1, 2024
1 parent 46e5d99 commit f09b42d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion aograsp-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,6 @@ dependencies:
- wcwidth==0.2.13
- werkzeug==2.2.3
- widgetsnbextension==4.0.10
- zipp==3.15.0
- zipp==3.15.0
- pybullet==3.2.5
- trimesh==3.9.43
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ classifiers = [
]

[tool.setuptools.packages.find]
include = ["ao-grasp*"]
include = ["aograsp*"]
exclude = ["viz_data*", "test_data*"]

0 comments on commit f09b42d

Please sign in to comment.