From e058e3217dd046249d0d74f9ad28eb660b57052a Mon Sep 17 00:00:00 2001 From: David Meyer Date: Thu, 16 May 2024 15:14:47 -0400 Subject: [PATCH] Confirm that osx-64 works correctly on macos-latest --- pkgs.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs.toml b/pkgs.toml index b4172f2..710d161 100644 --- a/pkgs.toml +++ b/pkgs.toml @@ -13,7 +13,7 @@ source = "git+https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/" noarch = false build_args = ['--conda-name-differences=oldest-supported-numpy:numpy', '--from-wheel'] # build is not PEP-517 compatible, better to stick with pip for now -platforms = ["osx-arm64", "osx-64"] +platforms = ["osx-64"] # BSD3 [CyRK] @@ -21,7 +21,7 @@ source = "git+https://github.com/jrenaud90/CyRK/" noarch = false build_args = ["--license=CC-BY-SA", # override so full license text not used "--from-wheel"] # non-standard build, rely on pip -platforms = ["osx-arm64", "osx-64"] +platforms = ["osx-64"] # CC BY-SA 4.0 #[numbakit-ode]