Set usedforsecurity=False in hashlib methods (FIPS compliance) (#27483)
* Set usedforsecurity=False in hashlib methods (FIPS compliance) * trigger ci * tokenizers version * deps * bump hfh version * let's try this
This commit is contained in:
3
setup.py
3
setup.py
@@ -118,7 +118,7 @@ _deps = [
|
||||
"fugashi>=1.0",
|
||||
"GitPython<3.1.19",
|
||||
"hf-doc-builder>=0.3.0",
|
||||
"huggingface-hub>=0.16.4,<1.0",
|
||||
"huggingface-hub>=0.19.3,<1.0",
|
||||
"importlib_metadata",
|
||||
"ipadic>=1.0.0,<2.0",
|
||||
"isort>=5.5.4",
|
||||
@@ -321,6 +321,7 @@ extras["testing"] = (
|
||||
"rjieba",
|
||||
"beautifulsoup4",
|
||||
"tensorboard",
|
||||
"pydantic",
|
||||
)
|
||||
+ extras["retrieval"]
|
||||
+ extras["modelcreation"]
|
||||
|
||||
Reference in New Issue
Block a user