-
Notifications
You must be signed in to change notification settings - Fork 66
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
Allow use of Pytorch 2x, Pandas 2x, and Numpy 1.26 #269
Conversation
The problem of upgrading to Torch 2.x arises from the DP mechanism in CTGAN, and seems to be the Opacus library itself being incompatible. I don't know yet how to fix this---if anyone wants to contribute to this, please reach out. |
Thanks @bvanbreugel for opening this PR. We have been trying to use synthcity in our research, but the complex dependencies with old versions of PyTorch and Python is a nightmare. That's a shame. Have you been able to make it work? Opacus 1.4 works with PyTorch 2.0 apparently. |
Any updates on this? We're also very interested to let synthcity support PyTorch 2.x |
The dependency requirements have now been updated in #288 |
Description
Allow installing Pytorch 2 and pandas 2. This solves four open issues #172, #171, #234 #245
Affected Dependencies
Only removed restrictions on pytorch, numpy, and pandas versions
How has this been tested?
Ran standard workflows
Checklist