Cargo Features

[dependencies]
cellular_raza-building-blocks = { version = "0.0.8", default-features = false, features = ["pyo3", "gradients"] }
default = gradients

The gradients feature is set by default whenever cellular_raza-building-blocks is added without default-features = false somewhere in the dependency tree.

pyo3

Enables pyo3 ^0.20

Affects cell_models::pool_bacteria

gradients default

Enables gradients of cellular_raza-concepts