From 008c5c794178282318028d7e302758c8cacdb16b Mon Sep 17 00:00:00 2001 From: Tyler Thomas <36181311+tylerjthomas9@users.noreply.github.com> Date: Mon, 24 Feb 2025 21:18:06 -0700 Subject: [PATCH 1/4] add numba to channels --- CondaPkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CondaPkg.toml b/CondaPkg.toml index ce00c4d..93dbdd4 100644 --- a/CondaPkg.toml +++ b/CondaPkg.toml @@ -1,4 +1,4 @@ -channels = ["conda-forge"] +channels = ["conda-forge", "numba"] [deps] pyod = "=2" From 82c63faf948172b510575485335d691b7f2ff7df Mon Sep 17 00:00:00 2001 From: Tyler Thomas <36181311+tylerjthomas9@users.noreply.github.com> Date: Thu, 26 Mar 2026 23:42:55 -0700 Subject: [PATCH 2/4] Remove explicit llvmlite dep to fix conda resolution on osx-64 --- CondaPkg.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CondaPkg.toml b/CondaPkg.toml index 93dbdd4..3b78522 100644 --- a/CondaPkg.toml +++ b/CondaPkg.toml @@ -1,8 +1,4 @@ -channels = ["conda-forge", "numba"] +channels = ["conda-forge"] [deps] pyod = "=2" - -[deps.llvmlite] -channel = "numba" -build = "*" From e96ab2e7cb6c0cf893013a9add9c7bbdadba6ed1 Mon Sep 17 00:00:00 2001 From: Tyler Thomas <36181311+tylerjthomas9@users.noreply.github.com> Date: Thu, 26 Mar 2026 23:48:13 -0700 Subject: [PATCH 3/4] Updated CI to use Julia 1.10 as LTS and added macos-latest / aarch64 --- .github/workflows/CI.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e5cf181..f895885 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: version: - - '1.6' + - '1.10' - '1' os: - ubuntu-latest @@ -21,6 +21,13 @@ jobs: - macos-latest arch: - x64 + include: + - os: macos-latest + arch: aarch64 + version: '1.10' + - os: macos-latest + arch: aarch64 + version: '1' steps: - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v2 From e7130a859d5cd1e27a974ab3cb81f12b88440f89 Mon Sep 17 00:00:00 2001 From: Tyler Thomas <36181311+tylerjthomas9@users.noreply.github.com> Date: Fri, 27 Mar 2026 00:22:00 -0700 Subject: [PATCH 4/4] Bump package --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5a57000..1026b17 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "OutlierDetectionPython" uuid = "2449c660-d36c-460e-a68b-92ab3c865b3e" authors = ["David Muhr and contributors"] -version = "0.2.4" +version = "0.2.5" [deps] OutlierDetectionInterface = "1722ece6-f894-4ffc-b6be-6ca1174e2011"