Skip to content

Commit

Permalink
Removing the GDAL version cap.
Browse files Browse the repository at this point in the history
The version cap was added to avoid problems with our test suite.
For details, see how we resolved the issue in natcap/invest#1546
  • Loading branch information
phargogh committed Apr 8, 2024
1 parent ad4cd7e commit a976981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ requirements:
- babel
- chardet >=3.0.4
- cython <3.0.0
- gdal >=3.4.2,<3.6.0
- gdal >=3.4.2
- flask
- flask_cors
- six
Expand Down

0 comments on commit a976981

Please sign in to comment.