Skip to content

Commit

Permalink
Confirm that osx-64 works correctly on macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dihm committed May 16, 2024
1 parent 4f8e878 commit e058e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ 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]
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]
Expand Down

0 comments on commit e058e32

Please sign in to comment.