Skip to content

Commit

Permalink
dev: add envpool as an optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
BillHuang2001 committed Oct 13, 2023
1 parent 181233d commit b4521da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ test = [

gymnasium = ["gymnasium >= 0.29.0"]

envpool = ["envpool >= 0.8.0"]

neuroevolution = [
"torch >= 1.0.0",
"torchvision >= 0.1.0",
Expand All @@ -58,6 +60,7 @@ full = [
"ray >= 2.0.0",
"torch >= 1.0.0",
"torchvision >= 0.1.0",
"envpool >= 0.8.0",
]

[project.urls]
Expand Down

0 comments on commit b4521da

Please sign in to comment.