mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
* 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>
12 lines
161 B
YAML
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
|