From 25bd69d71fab1167bf61cf0b8d24e02c1dca3551 Mon Sep 17 00:00:00 2001 From: Dawid Makar Date: Thu, 7 Nov 2024 07:12:09 +0100 Subject: [PATCH] Update pyPrediktorUtilities to v0.4.4 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7d9b26c..2690d45 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,7 +54,7 @@ install_requires = pydantic >= 2.0, < 3.0.0 pandas >= 1.4.4, < 3.0.0 pyodbc < 6.0.0 - pyPrediktorUtilities == 0.4.3 + pyPrediktorUtilities == 0.4.4 [options.packages.find] where = src @@ -72,7 +72,7 @@ testing = pytest < 9.0.0 pytest-cov < 6.0.0 nest_asyncio < 2.0.0 - pyPrediktorUtilities == 0.4.3 + pyPrediktorUtilities == 0.4.4 pyodbc < 6.0.0 [options.entry_points]