Gurobi / gurobi-optimods

Data-driven APIs for common optimization tasks
https://gurobi-optimods.readthedocs.io
Apache License 2.0
153 stars 32 forks source link

Restrict numpy version to 1.x #144

Closed simonbowly closed 5 months ago

simonbowly commented 5 months ago

For now, we cannot use numpy 2.0 due to an incompatibility with the current gurobipy releases.

simonbowly commented 5 months ago

Closes #143