···62 ];
6364 postPatch = ''
65- # Allow cffi versions with a different patch level to be used
66- substituteInPlace pyproject.toml --replace "cffi==1.15.0" "cffi==1.15.*"
67 '';
6869 # Make MIP use the Gurobi solver, if configured to do so
···62 ];
6364 postPatch = ''
65+ # Allow newer cffi versions to be used
66+ substituteInPlace pyproject.toml --replace "cffi==1.15.*" "cffi>=1.15"
67 '';
6869 # Make MIP use the Gurobi solver, if configured to do so