From c2759a090aa0cd9750dada5409868685813a4acf Mon Sep 17 00:00:00 2001 From: "Paulito Palmes, PhD" Date: Thu, 22 Aug 2024 22:45:54 +0100 Subject: [PATCH] revert compat bounds of pythoncall after bugfix Signed-off-by: Paulito Palmes, PhD --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 0bffbd0..e1989c0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "AutoMLPipeline" uuid = "08437348-eef5-4817-bc1b-d4e9459680d6" authors = ["Paulito Palmes "] -version = "0.4.5" +version = "0.4.6" [deps] AMLPipelineBase = "e3c3008a-8869-4d53-9f34-c96f99c8a2b6" @@ -15,7 +15,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" AMLPipelineBase = "0.1" CondaPkg = "0.2" DataFrames = "1" -PythonCall = "0.9.0 - 0.9.21" +PythonCall = "0.9" julia = "1.6" [extras]