Skip to content

Commit

Permalink
limit gdal version to work around gdal 3.8.5+vtk w/proj 9.4.0 conda-f…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrismarsh committed Apr 8, 2024
1 parent 97b968f commit 1c7b7ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/mesher/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ requirements:
- cmake
- pip
- cgal-cpp
- libboost-devel
- libgdal
- libboost-devel <3.8.5
- libgdal <3.8.5
- metis
run:
- python
Expand All @@ -42,8 +42,8 @@ requirements:
- scipy
- matplotlib-base
- cloudpickle
- libgdal
- gdal
- libgdal <3.8.5
- gdal <3.8.5
- metis
- metis-python
- mpi4py
Expand Down

0 comments on commit 1c7b7ee

Please sign in to comment.