Merge pull request #286980 from stephen-huan/mip-cffi

python3Packages.mip: fix cffi version

authored by Peder Bergebakken Sundt and committed by GitHub c2706c7a 1c84dcbf

+2 -2
+2 -2
pkgs/development/python-modules/mip/default.nix
··· 62 62 ]; 63 63 64 64 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.*" 65 + # Allow newer cffi versions to be used 66 + substituteInPlace pyproject.toml --replace "cffi==1.15.*" "cffi>=1.15" 67 67 ''; 68 68 69 69 # Make MIP use the Gurobi solver, if configured to do so