Skip to content

Commit

Permalink
Made plot feature optional
Browse files Browse the repository at this point in the history
  • Loading branch information
s-simoncelli committed Aug 18, 2024
1 parent 874b77e commit 80af75b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
# - name: Install Clang
# run: sudo apt update && sudo apt install --yes clang

- name: Install maturin sysem deps
run: apt install fontconfig
- name: Install maturin system deps
run: sudo apt update && sudo apt install --yes fontconfig
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ nalgebra = "0.33.0"
float-cmp = "0.9.0"

[features]
default = ["plot"]
default = []
plot = ["dep:plotters"]

[package.metadata.docs.rs]
Expand Down

0 comments on commit 80af75b

Please sign in to comment.