11 buildPythonPackage rec {
14 format = "setuptools";
16 src = fetchFromGitLab {
20 sha256 = "1k65iq791k5r08gh2kc6iz0xw1wyzqik19j6iam8ip732r7jm607";
23 # Needed only for the tests
24 nativeCheckInputs = [ networkx ];
26 propagatedBuildInputs = [
32 ${python.interpreter} test.py
36 description = "Python interface to conic optimization solvers";
37 homepage = "https://gitlab.com/picos-api/picos";
38 license = licenses.gpl3;
39 maintainers = with maintainers; [ tobiasBora ];