Skip to content

Commit

Permalink
[SEDONA-537] Add pre-commit hook requirements-txt-fixer (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Apr 22, 2024
1 parent 9e3dfc2 commit fe9397d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Expand Up @@ -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$
Expand Down
16 changes: 8 additions & 8 deletions 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

0 comments on commit fe9397d

Please sign in to comment.