From b8c451fdb8880eea2969e87d601a8212ed94cbcb Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 5 Sep 2024 20:33:27 +0200 Subject: [PATCH] Update environment.yml --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 18af96c..0b00b8a 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -9,5 +9,5 @@ dependencies: - pandas =2.2.2 - python - scikit-learn =1.5.1 -- sqlalchemy =2.0.32 +- sqlalchemy =2.0.34 - tqdm =4.66.5