Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ipyvtklink and add maplibre #50

Merged
merged 5 commits into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading