Skip to content

Commit

Permalink
rdt point to main
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Apr 5, 2024
1 parent 95442e4 commit f29d095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
'copulas>=0.9.0',
'ctgan>=0.9.0',
'deepecho>=0.5',
'rdt>=1.10.0',
'rdt @ git+https://github.com/sdv-dev/RDT@main',
'sdmetrics>=0.13.0',
]

Expand Down
2 changes: 1 addition & 1 deletion sdv/metadata/single_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from datetime import datetime

import pandas as pd
from rdt.transformers._validations import AddressValidator, GPSValidator
from rdt.transformers._validators import AddressValidator, GPSValidator
from rdt.transformers.pii.anonymization import SDTYPE_ANONYMIZERS, is_faker_function

from sdv._utils import (
Expand Down

0 comments on commit f29d095

Please sign in to comment.