5 oldest-supported-numpy,
12 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
23 hash = "sha256-nfu1FicWr233r+VHxkQf1vqh2y4DGymJRmik8RJYJkA=";
24 fetchSubmodules = true;
28 substituteInPlace pyproject.toml \
29 --replace-fail "numpy >= 2.0.0" numpy
32 build-system = [ setuptools ];
35 oldest-supported-numpy
39 nativeCheckInputs = [ pytestCheckHook ];
41 pythonImportsCheck = [ "ecos" ];
44 description = "Python interface for ECOS";
45 homepage = "https://github.com/embotech/ecos-python";
46 changelog = "https://github.com/embotech/ecos-python/releases/tag/v${version}";
47 license = licenses.gpl3Only;
48 maintainers = with maintainers; [ drewrisinger ];