Skip to content

Commit

Permalink
Remove ipyvtklink and add maplibre (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jun 17, 2024
1 parent ae97d11 commit 275053c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-toml
- id: check-yaml
Expand All @@ -12,7 +12,7 @@ repos:
args: ["--maxkb=500"]

- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black-jupyter
language_version: python3.11
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ eemont
eoreader
fiona
folium
geemap>=0.30.4
geemap>=0.32.1
# gemgis
geoalchemy2
geocube
Expand All @@ -29,15 +29,15 @@ h3
hvplot
ipygany
ipyleaflet
ipyvtklink
keplergl
laspy
leafmap>=0.30.1
leafmap>=0.33.1
# lidar
localtileserver
lonboard
mapboxgl
mapclassify
maplibre; python_version >= '3.9'
mapwidget
# movingpandas
mss
Expand All @@ -52,7 +52,7 @@ panel
planetary-computer
plotly
# proplot
psycopg2
# psycopg2
pydeck
pygis
pyntcloud
Expand Down
4 changes: 2 additions & 2 deletions requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ ipykernel
livereload
mkdocs
mkdocs-git-revision-date-plugin
mkdocs-jupyter
mkdocs-jupyter>=0.24.7
mkdocs-material
mkdocs-pdf-export-plugin
mkdocstrings
mkdocstrings-crystal
mkdocstrings-python-legacy
nbconvert==6.5.3
nbconvert
pip
sphinx
tox
Expand Down

0 comments on commit 275053c

Please sign in to comment.