add 8, 11, 12

This commit is contained in:
woojin
2023-08-18 22:10:35 +09:00
parent e500317044
commit b0ee36a9ff
31 changed files with 1797 additions and 73 deletions

View File

@@ -14,4 +14,9 @@ lazy_static = "1.4.0"
pest = "2.5.1"
pest_derive = "2.5.1"
rayon = "1.6.0"
thiserror = "1.0"
ntest = "0.9.0"
approx = "0.5.1"
num-traits = "0.2"
ndarray = "0.15.0"
ndarray-rand = "0.14.0"