diff --git a/Cargo.toml b/Cargo.toml index 8c2271a..c7dee3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = ["mathematics", "science"] keywords = ["2D", "3D", "mesh", "geometry"] [dependencies] -plotpy = { path = "../plotpy", version = "0.4" } +plotpy = "0.5" once_cell = "1.12.0" [build-dependencies]