File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ boto3 = { version = ">=1.24.59", optional = true }
7676s3fs = { version = " >=2023.1.0" , optional = true }
7777adlfs = { version = " >=2023.1.0" , optional = true }
7878gcsfs = { version = " >=2023.1.0" , optional = true }
79+ huggingface-hub = { version = " >=0.24.0" , optional = true }
7980psycopg2-binary = { version = " >=2.9.6" , optional = true }
8081sqlalchemy = { version = " ^2.0.18" , optional = true }
8182getdaft = { version = " >=0.2.12" , optional = true }
@@ -306,6 +307,7 @@ sql-postgres = ["sqlalchemy", "psycopg2-binary"]
306307sql-sqlite = [" sqlalchemy" ]
307308gcsfs = [" gcsfs" ]
308309rest-sigv4 = [" boto3" ]
310+ hf = [" huggingface-hub" ]
309311pyiceberg-core = [" pyiceberg-core" ]
310312
311313[tool .pytest .ini_options ]
@@ -427,6 +429,10 @@ ignore_missing_imports = true
427429module = " gcsfs.*"
428430ignore_missing_imports = true
429431
432+ [[tool .mypy .overrides ]]
433+ module = " huggingface_hub.*"
434+ ignore_missing_imports = true
435+
430436[[tool .mypy .overrides ]]
431437module = " packaging.*"
432438ignore_missing_imports = true
You can’t perform that action at this time.
0 commit comments