We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f6dd81 commit f0a7b04Copy full SHA for f0a7b04
CHANGES.md
@@ -1,6 +1,7 @@
1
2
## 0.10.1 (2024-11-21)
3
4
+* exclude rasterio version `1.4.2` from requirements
5
* catch date parsing issue and raise warning
6
7
## 0.10.0 (2024-10-29)
pyproject.toml
@@ -20,7 +20,7 @@ classifiers = [
20
]
21
dynamic = ["version"]
22
dependencies = [
23
- "rasterio",
+ "rasterio>=1.0,!=1.4.2",
24
"pystac>=1.0.0,<2.0.0",
25
26
0 commit comments