Skip to content

Commit

Permalink
Fix win build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jul 9, 2023
1 parent f6cb8db commit 2b4f171
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -49,10 +49,10 @@ plotly
proplot
psycopg2
pydeck
pygis>=0.3.1
pygis>=0.6.0
pyntcloud
pyproj
# pysal
pysal
pyshp
pystac-client
# pyvista
Expand Down

0 comments on commit 2b4f171

Please sign in to comment.