Skip to content

Commit

Permalink
Update geemap and leafmap versions (#12)
Browse files Browse the repository at this point in the history
* Update geemap and leafmap versions

* Update GitHub Actions
  • Loading branch information
giswqs authored Feb 7, 2024
1 parent c9b6436 commit 9b193a2
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 40 deletions.
58 changes: 29 additions & 29 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
name: docs
on:
push:
branches:
- master
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
# - name: Install GDAL
# run: |
# python -m pip install --upgrade pip
# pip install --no-cache-dir Cython
# pip install --find-links=https://girder.github.io/large_image_wheels --no-cache GDAL
# - name: Test GDAL installation
# run: |
# python -c "from osgeo import gdal"
# gdalinfo --version
# - name: Install dependencies
# run: |
# pip install -r requirements.txt -r requirements_dev.txt
# pip install .
# - name: PKG-TEST
# run: |
# python -m unittest discover tests/
- run: python -m pip install --upgrade pip
- run: pip install mkdocs-material mkdocstrings mkdocs-git-revision-date-plugin mkdocs-jupyter ipykernel mkdocstrings-crystal mkdocstrings-python-legacy
- run: mkdocs gh-deploy --force
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
# - name: Install GDAL
# run: |
# python -m pip install --upgrade pip
# pip install --no-cache-dir Cython
# pip install --find-links=https://girder.github.io/large_image_wheels --no-cache GDAL
# - name: Test GDAL installation
# run: |
# python -c "from osgeo import gdal"
# gdalinfo --version
# - name: Install dependencies
# run: |
# pip install -r requirements.txt -r requirements_dev.txt
# pip install .
# - name: PKG-TEST
# run: |
# python -m unittest discover tests/
- run: python -m pip install --upgrade pip
- run: pip install mkdocs-material mkdocstrings mkdocs-git-revision-date-plugin mkdocs-jupyter ipykernel mkdocstrings-crystal mkdocstrings-python-legacy
- run: mkdocs gh-deploy --force
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
test-macOS:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: "3.11"
- name: Install GDAL
run: brew install gdal
- name: Set up GDAL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install GDAL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
test-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install miniconda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
auto-activate-base: true
python-version: 3.9
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ ffmpeg-python
gdown
geeadd
geedim>=1.6.1
geemap>=0.22.1
geemap>=0.30.4
geojson
geopandas
ipynb-py-convert
kaleido
leafmap>=0.21.3
leafmap>=0.31.0
localtileserver>=0.6.1
mapclassify>=2.4.0
mss
Expand Down

0 comments on commit 9b193a2

Please sign in to comment.