Skip to content

Instantly share code, notes, and snippets.

@ajnisbet
Created August 7, 2024 17:05
Show Gist options
  • Save ajnisbet/2c9cbcc4dab9d799431326eee29e3406 to your computer and use it in GitHub Desktop.
Save ajnisbet/2c9cbcc4dab9d799431326eee29e3406 to your computer and use it in GitHub Desktop.
py4wds conda environment
name: py4wds
channels:
- conda-forge
dependencies:
- git
- pip
- python=3.12
- bottleneck
- dask
- geopandas
- keplergl
- leafmap
- localtileserver
- netCDF4
- numpy>=2.0.0
- pandas>=2.0.0
- pyarrow
- pydeck
- rasterio
- rioxarray
- scikit-image
- scipy
- seaborn
- statsmodels
- voila
- xarray
- xarray-spatial
- pip:
- geopy
- humanize
- ipywidgets
- jupyterlab
- matplotlib
- notebook
- pillow
- openpyxl
- requests
- pulp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment