We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9415bea commit 67f886aCopy full SHA for 67f886a
Cargo.toml
@@ -29,8 +29,8 @@ serde = { version = "1.0.163", features = ["derive"] }
29
hdf5 = {version = "0.7.1", optional = true}
30
rcpr = { git = "https://github.com/drobnyjt/rcpr", optional = true}
31
ndarray = {version = "0.14.0", features = ["serde"], optional = true}
32
-parry3d-f64 = {optional = true, version="0.2.0"}
33
-parry2d-f64 = {optional = false, version="0.17.0"}
+parry3d-f64 = {optional = true, version="0.23.0"}
+parry2d-f64 = {optional = false, version="0.23.0"}
34
35
[dependencies.pyo3]
36
version = "0.19.0"
0 commit comments