Skip to content

Commit 6901201

Browse files
committed
fix environment creation, moving rasterio from conda to to pip
1 parent a2eb357 commit 6901201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ dependencies:
1212
- numpy
1313
- scipy
1414
- fiona
15-
- rasterio
1615
- pyproj
1716
- pdal>=2.9.0
1817
- python-pdal>=3.4.0
@@ -32,4 +31,5 @@ dependencies:
3231
- pip:
3332
- ign-pdal-tools
3433
- rasterstats
34+
# - rasterio # moved here since pdal>=2.9.0 force modern libs to be used and make dependancy graph non resolved
3535

0 commit comments

Comments
 (0)