From 501066df6bf8bc040b738efd0f0f17c971e4f477 Mon Sep 17 00:00:00 2001 From: Keith Kraus Date: Wed, 13 Jan 2021 01:42:42 -0500 Subject: [PATCH 1/2] upgrade build stack to 9.3.0 --- conda/recipes/versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/versions.yaml b/conda/recipes/versions.yaml index 6f52f509..e01fc4ef 100644 --- a/conda/recipes/versions.yaml +++ b/conda/recipes/versions.yaml @@ -21,7 +21,7 @@ conda_verify_version: # Versions for `libgcc-ng`, `libgfortran-ng`, `libstdcxx-ng` stack build_stack_version: - - '=7.5.0' + - '=9.3.0' # Shared versions across meta-pkgs arrow_version: From 689e1a1b1cff14e9821fac920021c14222de3ad1 Mon Sep 17 00:00:00 2001 From: Keith Kraus Date: Wed, 13 Jan 2021 03:21:25 -0500 Subject: [PATCH 2/2] bump scipy patch version to fix fortran version issue --- conda/recipes/versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/versions.yaml b/conda/recipes/versions.yaml index e01fc4ef..e93b9a16 100644 --- a/conda/recipes/versions.yaml +++ b/conda/recipes/versions.yaml @@ -129,7 +129,7 @@ s3fs_version: scikit_learn_version: - '=0.23.1' scipy_version: - - '=1.5.1' + - '=1.5.3' setuptools_version: - '>=49,<50' spdlog_version: