Skip to content

Commit c20249c

Browse files
committed
fixup! fixup! Issue #666 load_stac: fallback temporal dimension when no cube:dimensions
1 parent f580c72 commit c20249c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"pyproj>=3.2.0", # Pyproj is an optional, best-effort runtime dependency
3131
"dirty_equals>=0.8.0",
3232
"pyarrow>=10.0.1", # For Parquet read/write support in pandas
33-
"dateutil>=2.7.0",
33+
"python-dateutil>=2.7.0",
3434
]
3535

3636
docs_require = [

0 commit comments

Comments
 (0)