Skip to content

Commit

Permalink
add pooch to conda env, add extra gdal-ish env
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie committed Nov 11, 2023
1 parent e57fe8a commit 45735cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions environment-geo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
channels:
- conda-forge
dependencies:
- pyogrio>=0.5
- gdal>=3.3
- geopandas-base>=0.12
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dependencies:
- pip>=21.3 # https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/#editable-installation
- git # for pip install, due to setuptools_scm
- h5py>=1.10
- pooch>=1.7
- shapely>=1.8
# - gdal>=3.3 # For now, gdal will be an optional dependency

0 comments on commit 45735cf

Please sign in to comment.