Merge pull request #977 from PyO3/dependabot/cargo/num-complex-0.3

Update num-complex requirement from 0.2 to 0.3
This commit is contained in:
Yuji Kanagawa 2020-06-15 20:56:03 +09:00 committed by GitHub
commit 03e023959c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ inventory = { version = "0.1.4", optional = true }
libc = "0.2.62"
parking_lot = "0.10.2"
num-bigint = { version = "0.2", optional = true }
num-complex = { version = "0.2", optional = true }
num-complex = { version = "0.3", optional = true }
paste = { version = "0.1.6", optional = true }
pyo3cls = { path = "pyo3cls", version = "=0.10.1", optional = true }
unindent = { version = "0.1.4", optional = true }