ZEN-universe / ZEN-garden

MIT License
3 stars 10 forks source link

limit gurobipy version to 9.5.* in euler requirements #216

Closed jacob-mannhardt closed 1 year ago

jacob-mannhardt commented 1 year ago

on euler the requirements.txt file leads to gurobipy 10.0.0 being installed, which is not supported.

We need to limit the version to gurobipy = 9.5.*

jafluri commented 1 year ago

Added restriction in 57cbcf08c61749d02e789796ea473eeef3aca172 Gurobi module is also loaded in the source file.