Skip to content

Commit

Permalink
pufferlib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer committed Sep 3, 2024
1 parent f8314ea commit d327479
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Install dependencies
run: |
pip install ".[dev,carl]"
pip install ".[dev,carl,pufferlib]"
- name: Make docs
run: |
make clean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
env:
package-name: "mighty"
test-dir: test
extra-requires: "[dev,carl]" # "" for no extra_requires
extra-requires: "[dev,carl,pufferlib]" # "" for no extra_requires

# Arguments used for pytest
pytest-args: >-
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"gymnasium",
"matplotlib~=3.4",
"seaborn~=0.11",
"tensorboard.logger~=0.1",
"tensorboard",
"hydra-core~=1.2",
"hydra-colorlog~=1.2",
"hydra-submitit-launcher~=1.2",
Expand All @@ -48,6 +48,7 @@ dependencies = [
dev = ["ruff", "mypy", "automl-sphinx-theme", "build", "pytest"]
carl = ["carl_bench"]
dacbench = ["dacbench"]
pufferlib = ["pufferlib"]

[tool.ruff]
extend-exclude = []
Expand Down

0 comments on commit d327479

Please sign in to comment.