Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install python 3.13
uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Install python 3.13
uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"

- name: Install dependencies
run: |
Expand Down
32 changes: 16 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ alabaster==1.0.0
# via sphinx
asteroid-sphinx-theme==0.0.3
# via pygef (pyproject.toml)
asttokens==3.0.1
asttokens==3.0.2
# via stack-data
attrs==26.1.0
# via rasterio
Expand All @@ -18,9 +18,9 @@ certifi==2026.6.17
# via
# rasterio
# requests
charset-normalizer==3.4.7
charset-normalizer==3.4.9
# via requests
click==8.4.1
click==8.4.2
# via
# black
# click-plugins
Expand All @@ -31,7 +31,7 @@ click-plugins==1.1.1.2
# via rasterio
cligj==0.7.2
# via rasterio
contextily==1.7.0
contextily==1.7.1
# via pygef (pyproject.toml)
contourpy==1.3.3
# via matplotlib
Expand All @@ -45,7 +45,7 @@ decorator==5.3.1
# via ipython
docopt==0.6.2
# via coveralls
docutils==0.22.4
docutils==0.23
# via
# sphinx
# sphinx-rtd-theme
Expand All @@ -57,15 +57,15 @@ gef-file-to-map==1.0.1
# via pygef (pyproject.toml)
geographiclib==2.1
# via geopy
geopy==2.4.1
geopy==2.5.0
# via contextily
idna==3.18
# via requests
imagesize==2.0.0
# via sphinx
iniconfig==2.3.0
# via pytest
ipython==9.14.1
ipython==9.15.0
# via pygef (pyproject.toml)
ipython-pygments-lexers==1.1.1
# via ipython
Expand Down Expand Up @@ -93,7 +93,7 @@ mercantile==1.2.1
# via contextily
mypy-extensions==1.1.0
# via black
numpy==2.4.6
numpy==2.5.1
# via
# pygef (pyproject.toml)
# contourpy
Expand All @@ -111,17 +111,17 @@ pathspec==1.1.1
# via black
pexpect==4.9.0
# via ipython
pillow==12.2.0
pillow==12.3.0
# via
# contextily
# matplotlib
platformdirs==4.10.0
# via black
pluggy==1.6.0
# via pytest
polars==1.41.2
polars==1.42.1
# via pygef (pyproject.toml)
polars-runtime-32==1.41.2
polars-runtime-32==1.42.1
# via polars
prompt-toolkit==3.0.52
# via ipython
Expand All @@ -141,13 +141,13 @@ pyparsing==3.3.2
# via
# matplotlib
# rasterio
pytest==9.1.0
pytest==9.1.1
# via pygef (pyproject.toml)
python-dateutil==2.9.0.post0
# via matplotlib
pytokens==0.4.1
# via black
rasterio==1.4.4
rasterio==1.5.0
# via contextily
requests==2.34.2
# via
Expand All @@ -160,14 +160,14 @@ six==1.17.0
# via python-dateutil
snowballstemmer==3.1.1
# via sphinx
sphinx==9.0.4
sphinx==9.1.0
# via
# pygef (pyproject.toml)
# asteroid-sphinx-theme
# sphinx-autodoc-typehints
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-autodoc-typehints==3.6.1
sphinx-autodoc-typehints==3.12.1
# via pygef (pyproject.toml)
sphinx-rtd-theme==3.1.0
# via pygef (pyproject.toml)
Expand All @@ -193,7 +193,7 @@ traitlets==5.15.1
# matplotlib-inline
urllib3==2.7.0
# via requests
wcwidth==0.8.1
wcwidth==0.8.2
# via prompt-toolkit
xyzservices==2026.3.0
# via contextily
Loading