Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Fix typing extension import for tests (#4190)
Browse files Browse the repository at this point in the history
I'm getting a bunch of test errors and it's annoying. Based off of

https://github.com/huggingface/huggingface_hub/pull/453/files

(which is the solution to huggingface/huggingface_hub#452 )

it seems like changing this version should be what we need...
  • Loading branch information
moyapchen authored Nov 16, 2021
1 parent 16d1d56 commit f1a46aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tokenizers>=0.8.0
torchtext>=0.5.0
tornado==6.0.4
tqdm~=4.62.1
typing-extensions==3.7.4.1
typing-extensions==3.7.4.3
Unidecode==1.1.1
urllib3>=1.26.5
websocket-client==0.56.0
Expand Down

0 comments on commit f1a46aa

Please sign in to comment.