funkelab / ilpy

Unified python wrappers for popular ILP solvers
https://funkelab.github.io/ilpy/
MIT License
3 stars 2 forks source link

Conda install error for python 3.8 #60

Closed cmalinmayor closed 4 months ago

cmalinmayor commented 4 months ago

@tlambert03 CI failed when I merged the autoupdate PR. It seems like the conda on macos-latest doesn't hold a gurobi that is compatible with python 3.8. Should we just stop supporting/testing 3.8? Pin the macos version? Something else? https://github.com/funkelab/ilpy/actions/runs/8882608765/job/24387679572

tlambert03 commented 4 months ago

it's likely due to the recent change in the macos-latest runner on github (a couple weeks ago they moved to silicon-based runners and it requires a number of changes to be made). fixing in #61