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

update dependencies #288

Merged
merged 12 commits into from
Sep 3, 2024
Merged

update dependencies #288

merged 12 commits into from
Sep 3, 2024

Conversation

robsdavis
Copy link
Contributor

@robsdavis robsdavis commented Sep 2, 2024

Description

Update dependencies to use more recent versions of pytorch, pandas, numpy and xgbe. This solves four open issues #172, #171, #234, and #245

Affected Dependencies

The following libraries have all had version requirements changed:

  • pandas>=2.1 from pandas>=1.4,<2
  • torch>=2.1, <2.3 from torch>=1.10.0,<2.0
  • numpy>=1.20, <2.0 from numpy>=1.20, <1.24
  • lifelines>=0.29.0, <0.30.0 from lifelines>=0.27,!= 0.27.5, <0.27.8
  • xgboost<3.0.0 from xgboost<2.0.0
  • xgbse>=0.3.1 from xgbse

And in the goggle extra requirements:

  • dgl from dgl<2.0

How has this been tested?

With the standard tests

Checklist

@robsdavis robsdavis added enhancement New feature or request dependencies Pull requests that update a dependency file labels Sep 2, 2024
@robsdavis robsdavis self-assigned this Sep 2, 2024
@robsdavis robsdavis merged commit 9dd7f6c into main Sep 3, 2024
3 of 9 checks passed
@robsdavis robsdavis deleted the pytorch2 branch September 3, 2024 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant