summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 51776da4cfe22e9042cb23045d70c05b88b80799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "dequantify"
version = "0.1.0"
authors = ["Dennis Kobert <dennis@kobert.dev>",
           "Ruben Erlenstedt <rxy626@gmail.com>"]
edition = "2018"

[dependencies]
blas = "0.19"
openblas-src = "0.5"
ocl = "0.19"
ndarray-linalg = "0.12"
num-complex = "0.2"
ndarray = "0.13"
expm = "0.1"