diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a573b01..89f1b1a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -16,15 +16,18 @@ jobs: uses: conda-incubator/setup-miniconda@v2 with: auto-activate-base: true - python-version: "3.10" + python-version: 3.9 - name: Install GDAL - run: conda install -c conda-forge gdal --yes + run: | + conda install -c conda-forge gdal --yes - name: Test GDAL installation run: | python -c "from osgeo import gdal" gdalinfo --version - name: Install dependencies run: | + pip install --upgrade setuptools python -m pip install --upgrade pip + pip install --no-cache-dir Cython pip install -r requirements.txt pip install . 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