Skip to content

Commit

Permalink
binder: update binder yml (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs committed Aug 9, 2021
1 parent 3273d5b commit b76b340
Showing 1 changed file with 17 additions and 20 deletions.
37 changes: 17 additions & 20 deletions binder/environment.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
name: pyclass
name: flopy
channels:
- conda-forge
dependencies:
- numpy
- matplotlib
- xarray
- requests
- pandas
- python-dateutil
- xlrd
- gdal
- geopandas
- rtree
- descartes
- shapely
- scipy
- netcdf4
- pyproj>=2.0
- rasterio>=1.0
- rasterstats
- pyshp
- pip
- conda-forge::python
- conda-forge::numpy
- conda-forge::matplotlib
- conda-forge::affine
- conda-forge::scipy
- conda-forge::pandas
- conda-forge::netcdf4
- conda-forge::pyshp
- conda-forge::rasterio
- conda-forge::fiona
- conda-forge::descartes
- conda-forge::pyproj
- conda-forge::shapely
- conda-forge::geos=3.8.1 # required until 3.9.2 is available
- conda-forge::geojson
- conda-forge::pip

0 comments on commit b76b340

Please sign in to comment.