File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4
4
Cargo.lock
5
5
.idea
6
6
.idea /*
7
+ true /
7
8
* .csv
8
9
* .m
9
10
* .pickle
Original file line number Diff line number Diff line change @@ -17,19 +17,19 @@ travis-ci = { repository = "axect/peroxide" }
17
17
maintenance = { status = " actively-developed" }
18
18
19
19
[dev-dependencies ]
20
- float-cmp = " 0.8 "
20
+ float-cmp = " 0.9 "
21
21
22
22
[dependencies ]
23
23
csv = { version = " 1.1" , optional = true , default_features = false }
24
24
rand = " 0.8"
25
25
rand_distr = " 0.4"
26
26
order-stat = " 0.1"
27
27
puruspe = " 0.1"
28
- matrixmultiply = { version = " 0.3" , features = [" threading" ] }
28
+ matrixmultiply = { version = " 0.3" , features = [" threading" ] }
29
29
peroxide-ad = " 0.3"
30
30
# num-complex = "0.3"
31
- netcdf = { version = " 0.6 " , optional = true , default_features = false }
32
- pyo3 = { version = " 0.13 " , optional = true }
31
+ netcdf = { version = " 0.7 " , optional = true , default_features = false }
32
+ pyo3 = { version = " 0.15 " , optional = true }
33
33
blas = { version = " 0.22" , optional = true }
34
34
lapack = { version = " 0.19" , optional = true }
35
35
serde = { version = " 1.0" , features = [" derive" ], optional = true }
You can’t perform that action at this time.
0 commit comments