Skip to content

Commit

Permalink
Update the Python environment to latest versions of the packages
Browse files Browse the repository at this point in the history
  • Loading branch information
HTenkanen committed Aug 13, 2024
1 parent e5c9a7c commit 93b6439
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- fiona=1.8.22
- folium=0.14.0
- geojson=3.0.1
- geopandas=0.14.0
- geopandas=1.0.1
- geoplot=0.5.1
- geopy=2.4.0
- hvplot=0.8.4
Expand Down
2 changes: 1 addition & 1 deletion ci/py311-book-building.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
- folium=0.16.0
- fiona=1.9.6
- geojson=3.0.1
- geopandas=0.14.3
- geopandas=1.0.1
- geoplot=0.5.1
- geopy=2.4.1
- hvplot=0.9.2
Expand Down
68 changes: 68 additions & 0 deletions ci/py312-book-building.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
name: python-gis-book

channels:
- conda-forge

dependencies:
- python=3.12.5
- sphinx=8.0.2
- ipython=8.26.0
- ipykernel=6.29.5
#- jupyter-sphinx=0.4.0
- nbsphinx=0.9.4
- myst-nb=1.1.1
- sphinx-book-theme=1.1.3
- sphinxcontrib-bibtex=2.6.2

# Writing environment
- jupyterlab=4.2.4
- jupytext=1.16.4
#- jupyter-book=0.15.1
- black=24.8.0
- black-jupyter=24.8.0
- jupyterlab-spellchecker=0.8.4

# GIS environment
- contextily=1.6.0
- dask=2024.8.0
- dask-geopandas=0.4.1
- datashader=0.16.3
- folium=0.17.0
- fiona=1.9.6
- geodatasets=2024.7.0
- geojson=3.1.0
- geopandas=1.0.1
- geoplot=0.5.1
- geopy=2.4.1
- hvplot=0.10.0
- lonboard=0.9.3
- openjdk=22.0.1
- openpyxl=3.1.5
- owslib=0.31.0
- palettable=3.3.3
- pandas=2.2.2
- pyinterpolate=0.5.2
- pyrosm=0.6.2
- pysal=24.7
- pysheds=0.4
- rasterio=1.3.10
- r5py=0.1.2
- r5py.sampledata.helsinki>=0.1.1dev2
- r5py.sampledata.sao_paulo>=0.1.1dev2
- rasterstats=0.19.0
- rioxarray=0.17.0
- scipy=1.14.0
- seaborn=0.13.2
- shapely=2.0.5
- xarray=2024.7.0
- xarray_leaflet=0.2.3
- xarray-spatial=0.4.0

# PDF building
- nbconvert=7.16.4
- pip=24.2
- pip:
- nbmerge==0.0.4
- jupyterlab_myst==2.4.2
- matplotlib==3.9.2
- osmnx==2.0.0b1

0 comments on commit 93b6439

Please sign in to comment.