Skip to content

Commit 5612512

Browse files
committed
Try re-adding ARC builds, but have CyRK build first.
1 parent 11c91fa commit 5612512

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

pkgs.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,19 @@ pythons = ["3.10", "3.11", "3.12", "3.13"]
88
platforms = ["win-64", "osx-arm64", "linux"]
99

1010
### only available on PyPI
11-
[ARC-Alkali-Rydberg-Calculator]
12-
source = "git+https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/"
13-
noarch = false
14-
build_args = ['--from-downloaded-wheel'] # conda-build not working on windows
15-
platforms = ["osx-arm64", "linux"]
16-
# BSD3
17-
1811
[CyRK]
1912
source = "git+https://github.com/jrenaud90/CyRK/"
2013
noarch = false
2114
build_args = ["--license=CC-BY-SA", # override so full license text not used
2215
"--from-downloaded-wheel"] # non-standard build, use pip wheels
2316
# CC BY-SA 4.0
2417

18+
[ARC-Alkali-Rydberg-Calculator]
19+
source = "git+https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/"
20+
noarch = false
21+
build_args = ['--from-downloaded-wheel'] # conda-build not working on windows
22+
# BSD3
23+
2524
[leveldiagram]
2625
# BSD3
2726

0 commit comments

Comments
 (0)