Skip to content

Commit 5f56a9b

Browse files
authored
allow python and libstdcxx-ng to be installed from channels other than conda-forge (#374)
Co-authored-by: Christopher Doris <github.com/cjdoris>
1 parent 13e0e42 commit 5f56a9b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CondaPkg.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
21
[deps.libstdcxx-ng]
3-
channel = "conda-forge"
42
version = "<=julia"
53

64
[deps.python]
7-
channel = "conda-forge"
8-
build = "*cpython*"
5+
build = "**cpython**"
96
version = ">=3.7,<4"

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1717
UnsafePointers = "e17b2a0c-0bdf-430a-bd0c-3a23cae4ff39"
1818

1919
[compat]
20-
CondaPkg = "0.2.15"
20+
CondaPkg = "0.2.21"
2121
MacroTools = "0.5"
2222
Requires = "1"
2323
Tables = "1"

0 commit comments

Comments
 (0)