Skip to content

Commit 44bac3f

Browse files
committed
wip(catalog): adds cfgrib dependency for indexing grib files correctly
1 parent 2fd4955 commit 44bac3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
requirements = [
1616
"Click>=8.0.4", # Maximum version for Python 3.6 support
17+
"cfgrib",
1718
"PyGithub==1.55",
1819
"colorama==0.4.5",
1920
"coloredlogs==15.0.1", # NOTE(PG): Should be removed during cleanup for loguru instead

0 commit comments

Comments
 (0)