Skip to content

Commit

Permalink
ci: pin huggingface_hub in tests dependencies (#7417)
Browse files Browse the repository at this point in the history
* pin huggingface_hub in tests dependencies

* Update pyproject.toml
  • Loading branch information
anakin87 authored Mar 25, 2024
1 parent 41aa6f2 commit 19d3f39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ format-check = "black --check ."
[tool.hatch.envs.test]
extra-dependencies = [
"transformers[torch,sentencepiece]==4.38.2", # ExtractiveReader, TransformersSimilarityRanker, LocalWhisperTranscriber, HFGenerators...
"huggingface_hub<0.22.0", # TGI Generators and TEI Embedders
"spacy>=3.7,<3.8", # NamedEntityExtractor
"spacy-curated-transformers>=0.2,<=0.3", # NamedEntityExtractor
"en-core-web-trf @ https://github.com/explosion/spacy-models/releases/download/en_core_web_trf-3.7.3/en_core_web_trf-3.7.3-py3-none-any.whl", # NamedEntityExtractor
Expand Down

0 comments on commit 19d3f39

Please sign in to comment.