Skip to content

Commit 981ec42

Browse files
remove hf hub dependency
1 parent c6a5553 commit 981ec42

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

THIRD_PARTY_LICENSES.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,6 @@ htmllistparse
114114
* Source code: https://github.com/gumblex/htmllisting-parser
115115
* Project home: https://github.com/gumblex/htmllisting-parser
116116

117-
huggingface_hub
118-
* Copyright 2023-present, the HuggingFace Inc. team.
119-
* License: Apache-2.0 license
120-
* Source code: https://github.com/huggingface/huggingface_hub
121-
* Project home: https://github.com/huggingface/huggingface_hub
122-
123117
ibisframework
124118

125119
* Copyright 2015 Cloudera Inc.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ opctl = [
115115
"py-cpuinfo",
116116
"rich",
117117
"fire",
118-
"cachetools",
119-
"huggingface_hub==0.22.2"
118+
"cachetools"
120119
]
121120
optuna = ["optuna==2.9.0", "oracle_ads[viz]"]
122121
spark = ["pyspark>=3.0.0"]

0 commit comments

Comments
 (0)