-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpkgs.toml
40 lines (33 loc) · 1009 Bytes
/
pkgs.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[defaults]
version = "latest"
source = "pypi"
noarch = true
build_args = [] # --noarch will automatically be added if applicable
# The below will only be used if noarch is False
pythons = ["3.8", "3.9", "3.10", "3.11", "3.12"]
platforms = ["win-64", "osx-64", "osx-arm64", "linux"]
### only available on PyPI
[ARC-Alkali-Rydberg-Calculator]
source = "git+https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/"
noarch = false
build_args = ['--conda-name-differences=oldest-supported-numpy:numpy',
'--from-downloaded-wheel'] # conda-build not working on windows or 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-downloaded-wheel"] # non-standard build, use pip wheels
# CC BY-SA 4.0
[numbakit-ode]
# BSD
[leveldiagram]
# BSD3
### available via conda-forge
[asteval]
# MIT
[lmfit]
build_args = ['--license=BSD-3']
# BSD3
[uncertainties]
# BSD