Skip to content

Commit

Permalink
Merge branch 'exactextract' of https://github.com/masawdah/xvec into …
Browse files Browse the repository at this point in the history
…exactextract
  • Loading branch information
masawdah committed Jun 25, 2024
2 parents 222be56 + 114e119 commit a2546d7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
4 changes: 3 additions & 1 deletion ci/310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies:
- rasterio
- tqdm
- pyproj
- exactextract
# testing
- pytest
- pytest-cov
Expand All @@ -20,4 +19,7 @@ dependencies:
- geopandas-base
- geodatasets
- pyogrio
- pip
- pip:
- exactextract==0.2.0.dev0

4 changes: 3 additions & 1 deletion ci/311.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies:
- rasterio
- tqdm
- pyproj
- exactextract
# testing
- pytest
- pytest-cov
Expand All @@ -20,4 +19,7 @@ dependencies:
- geopandas-base
- geodatasets
- pyogrio
- pip
- pip:
- exactextract==0.2.0.dev0

4 changes: 3 additions & 1 deletion ci/312.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies:
- rasterio
- tqdm
- pyproj
- exactextract
# testing
- pytest
- pytest-cov
Expand All @@ -21,4 +20,7 @@ dependencies:
- geodatasets
- pyogrio
- mypy
- pip
- pip:
- exactextract==0.2.0.dev0

4 changes: 3 additions & 1 deletion ci/39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies:
- rasterio
- tqdm
- pyproj
- exactextract
# testing
- pytest
- pytest-cov
Expand All @@ -20,3 +19,6 @@ dependencies:
- geopandas-base
- geodatasets
- pyogrio
- pip
- pip:
- exactextract==0.2.0.dev0
2 changes: 1 addition & 1 deletion ci/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies:
- joblib
- rasterio
- tqdm
- exactextract
# testing
- pytest
- pytest-cov
Expand All @@ -25,3 +24,4 @@ dependencies:
- git+https://github.com/shapely/shapely.git@main
- git+https://github.com/pydata/xarray.git@main
- git+https://github.com/pyproj4/pyproj.git
- exactextract==0.2.0.dev0

0 comments on commit a2546d7

Please sign in to comment.