-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the Python environment to latest versions of the packages
- Loading branch information
Showing
3 changed files
with
70 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |