rasterio/docs/environment.yml
Sean Gillies 01d778ad96
Release 1.3.8.post1 (#2923)
* Update version and change log

* RTD version 2

* Require Cython < 3

* Remove extra _matches function

* Skip a few tests if shapely cannot be imported.

Add "python_version < '3.12'" to test's shapely requirement. There
are no shapely wheels for 3.12 yet.

* Relax numpy requirement for installation

* Add a backend section

* With build isolation

* Require setuptools >= 67.8

* Update change log, this is 1.3.8.post1

* Bump to next dev version

* Add sphinx-rtd-theme dependency

---------

Co-authored-by: Sean Gillies <seangillies@Seans-MacBook-Air.local>
2023-10-10 10:02:12 -06:00

12 lines
161 B
YAML

name: _rasterio
channels:
- conda-forge
- defaults
dependencies:
- python=3.11.*
- libgdal=3.6.*
- cython=3.0.*
- numpy=1.25.*
- sphinx-click
- sphinx-rtd-theme