From 1544e7bd16f11457436d1fb6a43da0db3aa9af57 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Thu, 29 Aug 2024 21:50:30 -0500 Subject: [PATCH] cuproj: remove pin on 'proj' in conda packages (#1449) Proposes removing the `cuproj` conda package's pin on `proj`, so that it can build using the same version that `conda-forge` pins to in https://github.com/conda-forge/conda-forge-pinning-feedstock. For context, see: * why the `proj==9.3.0` pin was originally added: https://github.com/rapidsai/cuspatial/pull/1307 * `conda-forge` completied migrations: - `9.3.1`: https://github.com/conda-forge/conda-forge-pinning-feedstock/pull/5401 - `9.4.`: https://github.com/conda-forge/conda-forge-pinning-feedstock/pull/6240 Authors: - James Lamb (https://github.com/jameslamb) Approvers: - https://github.com/jakirkham URL: https://github.com/rapidsai/cuspatial/pull/1449 --- conda/recipes/cuproj/conda_build_config.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conda/recipes/cuproj/conda_build_config.yaml b/conda/recipes/cuproj/conda_build_config.yaml index 2186d11ca..001878ff2 100644 --- a/conda/recipes/cuproj/conda_build_config.yaml +++ b/conda/recipes/cuproj/conda_build_config.yaml @@ -18,7 +18,3 @@ c_stdlib_version: cmake_version: - ">=3.26.4,!=3.30.0" - -# Workaround until proj 9.3.1 migration completes -proj: - - "9.3.0"