diff --git a/pyproject.toml b/pyproject.toml index 95f4f32..554ede1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,9 +27,9 @@ dependencies = [ 'cloudpickle>=2.1.0', 'compress-pickle>=1.2.0', 'humanfriendly>=8.2', - "numpy>=1.21.0,<2.0.0;python_version<'3.10'", - "numpy>=1.23.3,<2.0.0;python_version>='3.10' and python_version<'3.12'", - "numpy>=1.26.0,<2.0.0;python_version>='3.12'", + "numpy>=1.21.0;python_version<'3.10'", + "numpy>=1.23.3;python_version>='3.10' and python_version<'3.12'", + "numpy>=1.26.0;python_version>='3.12'", "pandas>=1.4.0;python_version<'3.11'", "pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'", "pandas>=2.1.1;python_version>='3.12'", @@ -47,9 +47,9 @@ dependencies = [ "torch>=2.2.0;python_version>='3.12'", 'tqdm>=4.29', 'XlsxWriter>=1.2.8', - 'rdt>=1.12.1', - 'sdmetrics>=0.14.1', - 'sdv>=1.13.1', + 'rdt>=1.13.1', + 'sdmetrics>=0.17.0', + 'sdv>=1.17.2', ] [project.urls]