Skip to content

Commit

Permalink
[CI] Add pre-commit hook requirements-txt-fixer for Python requirem… (
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Oct 24, 2024
1 parent e7b48b4 commit f8a4a8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ repos:
- id: forbid-submodules
- 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
6 changes: 3 additions & 3 deletions docker/sedona-spark-jupyterlab/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
attrs
descartes
fiona==1.8.22
pandas==1.5.3
shapely==2.0.4
geopandas==0.14.4
rasterio==1.3.11
ipykernel
Expand All @@ -11,5 +9,7 @@ jupyterlab==3.6.4
jupyterlab-widgets==1.1.7
keplergl==0.3.2
matplotlib
pydeck==0.8.0
numpy<2
pandas==1.5.3
pydeck==0.8.0
shapely==2.0.4

0 comments on commit f8a4a8a

Please sign in to comment.