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"