Skip to content

Commit

Permalink
build: require geopandas
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeller3 committed Nov 6, 2024
1 parent 614627e commit 3f4b245
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.10', '3.11', '3.12', '3.13']

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 1 addition & 3 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ isort==5.13.2
Sphinx==8.1.3
sphinx-rtd-theme==3.0.1
jupyter-sphinx==0.5.3
ipyleaflet==0.19.2
# optional dependencies required for line_intersect
geopandas==1.0.1
ipyleaflet==0.19.2
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Core
geojson==3.1.0
geopandas==1.0.1
shapely==2.0.1
scipy==1.10.1
numpy==1.26.4
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand Down

0 comments on commit 3f4b245

Please sign in to comment.