From de0c7fdc65011cea90e0f0f5d37c29e2a4297259 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Tue, 15 Feb 2022 14:36:05 +0100 Subject: [PATCH] prepare for release --- bindings/python/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index f03b695..ada7663 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -18,12 +18,12 @@ crate-type = ["cdylib"] [dependencies] pyo3 = "0.13.2" rayon = "1.5.0" -#analiticcl = "0.3.3" +analiticcl = "0.3.3" #compile against version in same repo: (doesn't work when building with maturin for pypi) -[dependencies.analiticcl] -version = "*" -path ="../../" +#[dependencies.analiticcl] +#version = "*" +#path ="../../" [features] default = ["pyo3/extension-module"]