Skip to content

Commit

Permalink
updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgWa committed Mar 8, 2024
1 parent 954a9fc commit 3cc43ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/pyinstaller/alphadia.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requirements = {
}
requirements.add(project)
requirements.add("distributed")
hidden_imports = {'transformers','huggingface_hub'}
hidden_imports = {'transformers','huggingface_hub', 'brotli', 'urllib3'}
datas = []
binaries = []
checked = set()
Expand Down
4 changes: 3 additions & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ directlfq
pythonnet

zstandard
huggingface_hub
huggingface_hub
transformers
urllib3

0 comments on commit 3cc43ce

Please sign in to comment.