Skip to content

Commit 97134f5

Browse files
committed
update pyproject.toml
1 parent 2ed605a commit 97134f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ boto3 = { version = ">=1.24.59", optional = true }
7676
s3fs = { version = ">=2023.1.0", optional = true }
7777
adlfs = { version = ">=2023.1.0", optional = true }
7878
gcsfs = { version = ">=2023.1.0", optional = true }
79+
huggingface-hub = { version = ">=0.24.0", optional = true }
7980
psycopg2-binary = { version = ">=2.9.6", optional = true }
8081
sqlalchemy = { version = "^2.0.18", optional = true }
8182
getdaft = { version = ">=0.2.12", optional = true }
@@ -306,6 +307,7 @@ sql-postgres = ["sqlalchemy", "psycopg2-binary"]
306307
sql-sqlite = ["sqlalchemy"]
307308
gcsfs = ["gcsfs"]
308309
rest-sigv4 = ["boto3"]
310+
hf = ["huggingface-hub"]
309311
pyiceberg-core = ["pyiceberg-core"]
310312

311313
[tool.pytest.ini_options]
@@ -427,6 +429,10 @@ ignore_missing_imports = true
427429
module = "gcsfs.*"
428430
ignore_missing_imports = true
429431

432+
[[tool.mypy.overrides]]
433+
module = "huggingface_hub.*"
434+
ignore_missing_imports = true
435+
430436
[[tool.mypy.overrides]]
431437
module = "packaging.*"
432438
ignore_missing_imports = true

0 commit comments

Comments
 (0)