[dependencies.ndarray]
features = ["serde"]
optional = true
version = "0.15"
[dependencies.ndarray-rand]
optional = true
version = "0.14"
[dependencies.ractor]
optional = true
version = "0.7"
[features]
ndarray = ["dep:ndarray", "dep:ndarray-rand"]
ractor = ["dep:ractor"]
[package]
authors = ["Stefan Ulbrich"]
description = "A package for learning mixture modelswith the expectation maximization algorithm."
documentation = "https://stefanulbrich.github.io/citrate/"
edition = "2021"
homepage = "https://stefanulbrich.github.io/citrate/"
license = "MIT OR Apache-2.0"
name = "potpourri"
readme = "Readme.md"
repository = "https://github.com/StefanUlbrich/citrate/"
rust-version = "1.65"
version = "0.0.1"