-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GDAL to our ReadTheDocs build. Adds a RTD environment file to use in ReadTheDocs because you can't combine conda and pip deps in the readthedocs config. Fixes #207.
- Loading branch information
Showing
2 changed files
with
36 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: stactools | ||
channels: | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- gdal | ||
- pip | ||
- rasterio~=1.2 | ||
- pip: | ||
- codespell | ||
- coverage | ||
- flake8 | ||
- ipython | ||
- jupyter | ||
- lxml-stubs | ||
- mypy | ||
- nbsphinx | ||
- pylint | ||
- sphinx | ||
- sphinx-autobuild | ||
- sphinx-click | ||
- sphinxcontrib-fulltoc | ||
- sphinxcontrib-napoleon | ||
- types-certifi | ||
- types-orjson | ||
- types-python-dateutil | ||
- types-requests | ||
- yapf | ||
- . |
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