sdv-dev / SDMetrics

Metrics to evaluate quality and efficacy of synthetic datasets.
https://docs.sdv.dev/sdmetrics
MIT License
210 stars 45 forks source link

Add support for Python 3.11 #353

Closed npatki closed 1 year ago

npatki commented 1 year ago

Problem Description

SDMetrics should work on Python 3.11

Background

The SDMetrics library currently runs on Python versions 3.7-3.10. A while ago, we had made the decision to exclude 3.11 because the most recent versions of torch were incompatible with it.

However, torch is now fully upgraded to 2.0 so this should no longer be an issue.