diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2d9699e..86574bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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 diff --git a/requirements.txt b/requirements.txt index e58a409..fd7a1f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ eemont eoreader fiona folium -geemap>=0.30.4 +geemap>=0.32.1 # gemgis geoalchemy2 geocube @@ -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 @@ -52,7 +52,7 @@ panel planetary-computer plotly # proplot -psycopg2 +# psycopg2 pydeck pygis pyntcloud diff --git a/requirements_docs.txt b/requirements_docs.txt index 11504f1..c18a74d 100644 --- a/requirements_docs.txt +++ b/requirements_docs.txt @@ -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