Skip to content

Commit

Permalink
Update environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eculler authored Jun 21, 2024
1 parent f6719f6 commit b157570
Showing 1 changed file with 34 additions and 47 deletions.
81 changes: 34 additions & 47 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,69 +9,59 @@ dependencies:

# Core scientific python
- numpy
- pyqt
- pandas
- scipy

# Geospatial libraries
# Coordinates and CRSs
- pyproj>=3.0
- geopy
- cartopy
# Vector data
- geopandas
- geojson
- pyogrio
# Raster data
- xarray
- h5py
- netcdf4
- rioxarray>=0.3.0
- xarray-spatial
- regionmask

# Interactive computing
- ipython
- jupyterlab
- notebook
- tqdm
- kiwisolver
- nbresuse
- papermill
- nbclean

# ML and modeling
- scikit-learn
- scikit-fuzzy

# Data access
- earthpy
- earthaccess
- pystac-client

# Plotting
# Matplotlib
- matplotlib
- plotly
- nc-time-axis
- descartes
- contextily
- seaborn
# Holoviews
- hvplot
- geoviews>=1.10
- selenium
- phantomjs
- jupyter_bokeh

# Spatial packages
- libtiff
- pysal
- pyproj>=3.0
- rasterstats
- geopy
- cartopy
- descartes
- contextily
# Folium
- folium
- geojson
- mapboxgl
- hydrofunctions
- geocoder
- tweepy
- xarray
- rioxarray>=0.3.0
- xarray-spatial
- h5py
- scipy
- netcdf4
- nc-time-axis
- regionmask
- pyogrio

# Natural language processing
- nltk
- textblob

# Jupyter Environment
- papermill
- jupyterlab
- notebook
- ipython
- nbclean
- nbresuse

# Textbook Format
- jupyter-book
- sphinx-exercise
- ghp-import

# QA
- flake8
Expand All @@ -80,6 +70,3 @@ dependencies:
- autopep8
- pydocstyle
- nbqa

# Autograding
- nbgrader

0 comments on commit b157570

Please sign in to comment.