Depend on the crates.io version of simba.
This commit is contained in:
parent
b3f347e45e
commit
26595049c9
|
@ -39,7 +39,7 @@ num-traits = { version = "0.2", default-features = false }
|
|||
num-complex = { version = "0.2", default-features = false }
|
||||
num-rational = { version = "0.2", default-features = false }
|
||||
approx = { version = "0.3", default-features = false }
|
||||
simba = { path = "../simba" }
|
||||
simba = { version = "0.1", default-features = false }
|
||||
#alga = { version = "0.9", default-features = false }
|
||||
rand_distr = { version = "0.2", optional = true }
|
||||
matrixmultiply = { version = "0.2", optional = true }
|
||||
|
|
Loading…
Reference in New Issue