diff --git a/pyproject.toml b/pyproject.toml index 8a96231..dfb7786 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ keywords = [ "synthetic data generation" ] dependencies = [ + "accelerate >= 0.20.3", "datasets >= 2.6.1", "numpy >= 1.21.6", # "numpy >= 1.23.4", "pandas >= 1.3.5", # "pandas >= 1.5.1", diff --git a/src/realtabformer/VERSION b/src/realtabformer/VERSION index d917d3e..b1e80bb 100644 --- a/src/realtabformer/VERSION +++ b/src/realtabformer/VERSION @@ -1 +1 @@ -0.1.2 +0.1.3