Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneteoh committed May 12, 2024
1 parent 56c87ba commit d118fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def get_version(rel_path):
],
extras_require={
"gymnasium": ["gymnasium==1.0.0a1"],
"dev": ["pytest", "html-testRunner", "gym"]
"dev": ["pytest", "html-testRunner"]
},
package_data={'': ['*.ttm', '*.obj', '**/**/*.ttm', '**/**/*.obj'],
'rlbench': ['task_design.ttt']},
Expand Down

0 comments on commit d118fab

Please sign in to comment.