From 6204a733515fd80aa43a31d7ccfd9c583e687d6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 00:58:25 +0000 Subject: [PATCH] Update sdv requirement from ~=1.17.2 to ~=0.3.2 Updates the requirements on [sdv](https://github.com/sdv-dev/SDV) to permit the latest version. - [Release notes](https://github.com/sdv-dev/SDV/releases) - [Changelog](https://github.com/sdv-dev/SDV/blob/main/HISTORY.md) - [Commits](https://github.com/sdv-dev/SDV/compare/v1.17.2...v0.3.2) --- updated-dependencies: - dependency-name: sdv dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c3e4035..64a55db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ pytorch_lightning~=2.4 rdt~=1.13.1 scikit_learn~=1.6 scipy~=1.14 -sdv~=1.17.2 +sdv~=0.3.2 SQLAlchemy~=2.0.36 torchmetrics~=1.6 tqdm~=4.67