Skip to content

Commit

Permalink
Add pyo3 as optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AloizioMacedo committed Apr 14, 2024
1 parent 1c0a2a4 commit bb51b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ anyhow = "1.0.81"
cc = "1.0.90"
clap = { version = "4.5.4", features = ["derive"] }
glob = "0.3.1"
pyo3 = "0.21.1"
pyo3 = { version = "0.21.1", optional = true }
rayon = "1.10.0"
regex = "1.10.4"
thiserror = "1.0.58"
Expand Down

0 comments on commit bb51b7f

Please sign in to comment.