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"