14 version = "unstable-2022-08-23";
15 format = "setuptools";
19 src = fetchFromGitHub {
22 rev = "3b51149ebcff0401ff1e10bf08ffca7b6bbc4a33";
23 hash = "sha256-KuuVu0tqrmQuNKYmDmdy+TU6BnnhDxh4G8n9BGzjGag=";
26 nativeCheckInputs = [ pytestCheckHook ];
28 propagatedBuildInputs = [
35 homepage = "https://github.com/rlabbe/filterpy";
36 description = "Kalman filtering and optimal estimation library";
37 license = licenses.mit;