Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Feb 15, 2022
1 parent 44c3cc2 commit de0c7fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit de0c7fd

Please sign in to comment.