mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-12 12:20:25 +08:00
CI: update shapely versions in test build matrix (#2674)
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
name: test
|
||||
channels:
|
||||
- conda-forge
|
||||
# - conda-forge/label/shapely_dev
|
||||
dependencies:
|
||||
- python=3.9
|
||||
# required
|
||||
- pandas=1.3
|
||||
# - shapely=2
|
||||
- shapely=2
|
||||
- geos
|
||||
- cython
|
||||
- fiona
|
||||
- pyproj
|
||||
# use this build to have one with only shapely 2.0 installed
|
||||
@@ -34,7 +35,3 @@ dependencies:
|
||||
- pyarrow
|
||||
# doctest testing
|
||||
- pytest-doctestplus
|
||||
- pip
|
||||
- pip:
|
||||
- --pre
|
||||
- shapely==2.0b1
|
||||
|
||||
Reference in New Issue
Block a user