Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion latest_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ctgan==0.11.0
deepecho==0.7.0
graphviz==0.21
numpy==2.3.3
pandas==2.3.2
pandas==2.3.3
platformdirs==4.4.0
rdt==1.18.1
sdmetrics==0.23.0
Expand Down
1 change: 0 additions & 1 deletion sdv/single_table/copulas.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import warnings
from copy import deepcopy

import copulas
import copulas.univariate
import numpy as np
import pandas as pd
Expand Down
Loading