Skip to content

Commit

Permalink
Pin gdal to 3.1.x(#339)
Browse files Browse the repository at this point in the history
Bump `gdal` from 3.0.x to 3.1.x, fixes #327 and supersedes/reverts #245.

Authors:
  - Wei Ji <weiji.leong@vuw.ac.nz>
  - Keith Kraus <kkraus@nvidia.com>

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

URL: #339
  • Loading branch information
weiji14 authored Jan 15, 2021
1 parent e2b97fa commit 871c991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0.2,<3.1.0a0
- gdal >=3.1.0,<3.2.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 @@ -31,7 +31,7 @@ requirements:
- libcudf {{ minor_version }}.*
- librmm {{ minor_version }}.*
- cudatoolkit {{ cuda_version }}.*
- gdal >=3.0.2,<3.1.0a0
- gdal >=3.1.0,<3.2.0a0
run:
- {{ pin_compatible('cudatoolkit', max_pin='x.x') }}

Expand Down

0 comments on commit 871c991

Please sign in to comment.