From 2b4f1712edc65f7d4f18caf99e180e249a38bb49 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Sat, 8 Jul 2023 21:25:09 -0400 Subject: [PATCH] Fix win build issue --- .github/workflows/windows.yml | 4 +++- requirements.txt | 12 ++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9efc78d..ccf1999 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -18,7 +18,9 @@ jobs: auto-activate-base: true python-version: "3.10" - name: Install GDAL - run: conda install -c conda-forge gdal --yes + run: | + conda install -c conda-forge gdal --yes + conda install -c conda-forge matplotlib-base --yes - name: Test GDAL installation run: | python -c "from osgeo import gdal" diff --git a/requirements.txt b/requirements.txt index 3fd997c..ecd1947 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,9 +12,9 @@ easystac eemont # eomaps eoreader -folium>=0.12.1 fiona -geemap>=0.13.7 +folium>=0.12.1 +geemap>=0.24.0 # gemgis geoalchemy2 geocube @@ -29,9 +29,9 @@ ipyleaflet ipyvtklink keplergl laspy -leafmap>=0.9.3 +leafmap>=0.22.0 # lidar -localtileserver>=0.5.8 +localtileserver>=0.6.1 mapboxgl mapclassify mapwidget @@ -49,10 +49,10 @@ plotly proplot psycopg2 pydeck -pygis>=0.3.1 +pygis>=0.6.0 pyntcloud pyproj -# pysal +pysal pyshp pystac-client # pyvista