From 1423e367dd78412b20a3016521c3b6c07f82bc01 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 16:10:23 +0200 Subject: [PATCH] Pin pythonnet to latest version 3.0.3 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8e56b59a..6a45f959 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ packages = install_requires = pandas==2.2.2 wrapt==1.16.0 - pythonnet + pythonnet==3.0.3 python_requires = >= 3.10 include_package_data = True zip_safe=False