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 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 = "*" 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"