python3Packages.pykalman: relax scikit-base constraint to allow 0.13.0

This commit is contained in:
Kirill Radzikhovskyy
2025-10-16 19:12:03 +11:00
parent 62c4f43918
commit b8a82c51eb
@@ -29,6 +29,8 @@ buildPythonPackage rec {
scikit-base
];
pythonRelaxDeps = [ "scikit-base" ];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "pykalman" ];