2021-06-23 12:16:41 -07:00
|
|
|
[package]
|
|
|
|
|
name = "bai_finch"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
authors = ["William Ball <wball1@swarthmore.edu>"]
|
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2021-06-25 07:52:42 -07:00
|
|
|
num = "0.3.1"
|
2021-06-25 11:24:22 -07:00
|
|
|
# nalgebra = "0.24.1"
|
|
|
|
|
nalgebra = "0.27.1"
|
2021-06-25 07:52:42 -07:00
|
|
|
bacon-sci = "*"
|
|
|
|
|
simba = "0.3.1"
|
|
|
|
|
num-complex = "0.3.1"
|