Skip to content

Commit

Permalink
Update crate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
apcamargo committed Apr 5, 2021
1 parent 46cf1d1 commit b01d312
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ crate-type = ["cdylib"]

[dependencies]
itertools = "0.8.2"
ndarray = "0.13.0"
numpy = "0.7.0"
ndarray = "0.13.1"
numpy = "0.12.2"
pyo3 = { version = "0.12.4", features = ["extension-module"] }
rayon = "1.2.1"
regex = "1.3.1"

[dependencies.pyo3]
version = "0.8.3"
features = ["extension-module"]
regex = "1.3.1"
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ trigger:
variables:
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-*
CIBW_SKIP: "*_i686"
CIBW_BEFORE_BUILD: "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly --profile=minimal -y ; pip install -U setuptools setuptools-rust"
CIBW_BEFORE_BUILD: "curl https://sh.rustup.rs -sSf | sh -s -- --profile=minimal -y ; pip install -U setuptools setuptools-rust"
CIBW_ENVIRONMENT: PATH="$HOME/.cargo/bin:$PATH"

jobs:
Expand Down

0 comments on commit b01d312

Please sign in to comment.