Gurobi / modeling-examples

Gurobi modeling examples
https://gurobi.github.io/modeling-examples/
Apache License 2.0
615 stars 272 forks source link

Fix outdated #32

Closed venaturum closed 4 months ago

venaturum commented 4 months ago

Fixes compatibility issues with gurobipy v11, pandas 2.0, and broken urls.

Pandas 2.0 compatibility issues include deprecated method DataFrame.append and deprecated argument "squeeze" in read_csv.

Gurobipy 11 compatibility issue stems from changes to tupledict.

These changes should allow tests in PR #25 to pass.

mattmilten commented 4 months ago

I am going to merge this. The failing tests are then fixed with #33.

mattmilten commented 4 months ago

The lightfm installation issue is also discussed here: https://github.com/lyst/lightfm/issues/675 Maybe we should just disable Python 3.12 for now?

mattmilten commented 4 months ago

lightfm sadly also does not appear to be very well maintained anymore.