Skip to content

Commit

Permalink
Merge remote-tracking branch 'ibm/main' into move-qiskit-test-mock
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman committed Jun 22, 2022
2 parents c956195 + 5d93d8a commit be51db0
Show file tree
Hide file tree
Showing 18 changed files with 820 additions and 103 deletions.
177 changes: 97 additions & 80 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qiskit-terra"
version = "0.20.0"
version = "0.21.0"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -18,10 +18,12 @@ rand_distr = "0.4.3"
indexmap = "1.9.1"
ahash = "0.7.6"
num-complex = "0.4"
num-bigint = "0.4"
lazy_static = "1.4.0"

[dependencies.pyo3]
version = "0.16.5"
features = ["extension-module", "hashbrown", "num-complex"]
features = ["extension-module", "hashbrown", "num-complex", "num-bigint"]

[dependencies.ndarray]
version = "^0.15.0"
Expand Down
Loading

0 comments on commit be51db0

Please sign in to comment.