Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/python-bindings' into python-bin…
Browse files Browse the repository at this point in the history
…dings
  • Loading branch information
pemistahl committed Aug 24, 2023
2 parents e2bb85e + 4360e0e commit 9a7b900
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
32 changes: 19 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ crate-type = ["cdylib", "rlib"]
itertools = "0.11.0"
lazy_static = "1.4.0"
ndarray = "0.15.6"
petgraph = {version = "0.6.3", default-features = false, features = ["stable_graph"]}
petgraph = {version = "0.6.4", default-features = false, features = ["stable_graph"]}
pyo3 = { version = "0.19.2", optional = true }
regex = "1.9.3"
unic-char-range = "0.9.0"
unic-ucd-category = "0.9.0"
unicode-segmentation = "1.10.1"

[target.'cfg(not(target_family = "wasm"))'.dependencies]
clap = { version = "4.3.22", features = ["derive", "wrap_help"], optional = true }
clap = { version = "4.3.24", features = ["derive", "wrap_help"], optional = true }

[target.'cfg(target_family = "wasm")'.dependencies]
wasm-bindgen = "0.2.87"
Expand All @@ -57,7 +57,7 @@ assert_cmd = "2.0.12"
criterion = "0.5.1"
predicates = "3.0.3"
proptest = "1.2.0"
tempfile = "3.7.1"
tempfile = "3.8.0"

[target.'cfg(target_family = "wasm")'.dev-dependencies]
wasm-bindgen-test = "0.3.37"
Expand Down

0 comments on commit 9a7b900

Please sign in to comment.