Skip to content

Commit 63cf3eb

Browse files
committed
update dependencies
1 parent 614f311 commit 63cf3eb

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ requires-python = ">=3.6"
1616
classifier = ["Programming Language :: Python"]
1717

1818
[dependencies]
19-
statrs = "0.13.0"
20-
rand = "0.8.0"
19+
statrs = "0.13"
20+
rand = "0.8"
2121
rayon = "1.5"
2222
pyo3 = { version = "0.13", features = ["extension-module"] }
2323
# default-features = false because it by defaults includes default-tls which

0 commit comments

Comments
 (0)