Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix outdated #32

Merged
merged 15 commits into from
May 17, 2024
Merged

Fix outdated #32

merged 15 commits into from
May 17, 2024

Conversation

venaturum
Copy link
Member

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
Copy link
Member

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

@mattmilten
Copy link
Member

The lightfm installation issue is also discussed here: lyst/lightfm#675
Maybe we should just disable Python 3.12 for now?

@mattmilten
Copy link
Member

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

@mattmilten mattmilten merged commit 0392267 into Gurobi:master May 17, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants