Skip to content

Commit

Permalink
Gotta do this until they (or we) fix the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zigaLuksic committed Aug 31, 2023
1 parent 608e966 commit 526dea9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion geometry/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
eo-learn-core
geopandas>=0.8.1
rasterio>=1.2.7
rasterio>=1.2.7, <1.3.8
scikit-image>=0.15.0
shapely
2 changes: 1 addition & 1 deletion io/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ boto3
eo-learn-core
fiona>=1.8.18
geopandas>=0.8.1
rasterio>=1.2.7
rasterio>=1.2.7, <1.3.8
sentinelhub>=3.8.0
typing-extensions
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ features = [
"scikit-learn",
"scipy",
]
geometry = ["rasterio>=1.2.7", "scikit-image>=0.15.0", "shapely"]
io = ["affine", "fiona>=1.8.18", "rasterio>=1.2.7"]
geometry = ["rasterio>=1.2.7, <1.3.8", "scikit-image>=0.15.0", "shapely"]
io = ["affine", "fiona>=1.8.18", "rasterio>=1.2.7, <1.3.8"]
geodb = [
"python-dotenv",
"xcube-geodb @ git+git://github.com/dcs4cop/xcube-geodb.git",
Expand Down

0 comments on commit 526dea9

Please sign in to comment.