From 6d832ddd20f7081317b17f40c9b3afa6da648506 Mon Sep 17 00:00:00 2001 From: David Muhr Date: Wed, 27 Dec 2023 06:36:24 +0100 Subject: [PATCH] add compat to new interface --- CondaPkg.toml | 3 +++ Project.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CondaPkg.toml b/CondaPkg.toml index f49cd0a..a8b0d25 100644 --- a/CondaPkg.toml +++ b/CondaPkg.toml @@ -1,5 +1,8 @@ +channels = ["conda-forge"] + [deps] pyod = "=1" [deps.llvmlite] channel = "numba" +build = "*" diff --git a/Project.toml b/Project.toml index fc94f8a..e4528c7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,14 +1,14 @@ name = "OutlierDetectionPython" uuid = "2449c660-d36c-460e-a68b-92ab3c865b3e" authors = ["David Muhr and contributors"] -version = "0.2.1" +version = "0.2.2" [deps] OutlierDetectionInterface = "1722ece6-f894-4ffc-b6be-6ca1174e2011" PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d" [compat] -OutlierDetectionInterface = "0.1" +OutlierDetectionInterface = "0.1, 0.2" PythonCall = "0.9" julia = "1.6"