From 92905d1c719c82716aeb192a8e119a3fbd280bfb Mon Sep 17 00:00:00 2001 From: Christopher Doris Date: Sat, 30 Sep 2023 18:05:07 +0100 Subject: [PATCH] allow python and libstdcxx-ng to be installed from channels other than conda-forge --- CondaPkg.toml | 5 +---- Project.toml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CondaPkg.toml b/CondaPkg.toml index ee76a2af..dbf08f25 100644 --- a/CondaPkg.toml +++ b/CondaPkg.toml @@ -1,9 +1,6 @@ - [deps.libstdcxx-ng] -channel = "conda-forge" version = "<=julia" [deps.python] -channel = "conda-forge" -build = "*cpython*" +build = "**cpython**" version = ">=3.7,<4" diff --git a/Project.toml b/Project.toml index 86eea38b..af5f53ff 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" UnsafePointers = "e17b2a0c-0bdf-430a-bd0c-3a23cae4ff39" [compat] -CondaPkg = "0.2.15" +CondaPkg = "0.2.21" MacroTools = "0.5" Requires = "1" Tables = "1"