Skip to content

Commit

Permalink
Pin gdal to 3.2.x (#347)
Browse files Browse the repository at this point in the history
Bump `gdal` from 3.1.x to 3.2.x. Supersedes #339. This is inline with conda-forge's current migration to gdal=3.2.x (see conda-forge/conda-forge-pinning-feedstock#922 and https://conda-forge.org/status/#gdal32).

Update on rapidsai/integration is at rapidsai/integration#211.

Authors:
  - Wei Ji (@weiji14)

Approvers:
  - AJ Schmidt (@ajschmidt8)
  - Keith Kraus (@kkraus14)

URL: #347
  • Loading branch information
weiji14 authored Mar 5, 2021
1 parent 68e7072 commit 738ac78
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,3 @@ else

exit ${SUITEERROR}
fi

2 changes: 1 addition & 1 deletion conda/recipes/cuspatial/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ requirements:
- python
- cudf {{ minor_version }}.*
- rmm {{ minor_version }}.*
- gdal >=3.1.0,<3.2.0a0
- gdal >=3.2.0,<3.3.0a0

test:
commands:
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/libcuspatial/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ requirements:
- libcudf {{ minor_version }}.*
- librmm {{ minor_version }}.*
- cudatoolkit {{ cuda_version }}.*
- gdal >=3.1.0,<3.2.0a0
- gdal >=3.2.0,<3.3.0a0
run:
- {{ pin_compatible('cudatoolkit', max_pin='x.x') }}

Expand Down

0 comments on commit 738ac78

Please sign in to comment.