diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa99a51265..f97af3cba3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,6 +42,8 @@ repos: - id: fix-byte-order-marker - id: mixed-line-ending exclude: \.csv$ + - id: requirements-txt-fixer + files: ^docker/sedona-spark-jupyterlab/requirements\.txt$ - id: trailing-whitespace args: [--markdown-linebreak-ext=md] exclude: ^docs-overrides/main\.html$|\.Rd$ diff --git a/docker/sedona-spark-jupyterlab/requirements.txt b/docker/sedona-spark-jupyterlab/requirements.txt index 8d8809b637..d24dc7dbe9 100644 --- a/docker/sedona-spark-jupyterlab/requirements.txt +++ b/docker/sedona-spark-jupyterlab/requirements.txt @@ -1,12 +1,12 @@ -pandas==1.3.5 -fiona==1.8.22 -geopandas==0.11.1 -keplergl==0.3.2 -pydeck==0.8.0 attrs -matplotlib descartes -ipywidgets -jupyterlab-widgets==1.1.7 +fiona==1.8.22 +geopandas==0.11.1 ipykernel +ipywidgets jupyterlab==3.6.4 +jupyterlab-widgets==1.1.7 +keplergl==0.3.2 +matplotlib +pandas==1.3.5 +pydeck==0.8.0