···6262 ];
63636464 postPatch = ''
6565- # Allow cffi versions with a different patch level to be used
6666- substituteInPlace pyproject.toml --replace "cffi==1.15.0" "cffi==1.15.*"
6565+ # Allow newer cffi versions to be used
6666+ substituteInPlace pyproject.toml --replace "cffi==1.15.*" "cffi>=1.15"
6767 '';
68686969 # Make MIP use the Gurobi solver, if configured to do so