File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 8383 "filelock" ,
8484 "flake8>=3.8.3" ,
8585 "hf-doc-builder>=0.3.0" ,
86- "huggingface-hub>=0.8.1,<1.0 " ,
86+ "huggingface-hub>=0.8.1" ,
8787 "importlib_metadata" ,
8888 "isort>=5.5.4" ,
8989 "modelcards==0.1.4" ,
9090 "numpy" ,
9191 "pytest" ,
9292 "pytest-timeout" ,
9393 "pytest-xdist" ,
94+ "scipy" ,
9495 "regex!=2019.12.17" ,
9596 "requests" ,
9697 "tensorboard" ,
9798 "torch>=1.4" ,
99+ "transformers>=4.21.0" ,
98100]
99101
100102# this is a lookup table with items like:
Original file line number Diff line number Diff line change 99 "filelock" : "filelock" ,
1010 "flake8" : "flake8>=3.8.3" ,
1111 "hf-doc-builder" : "hf-doc-builder>=0.3.0" ,
12- "huggingface-hub" : "huggingface-hub>=0.8.1,<1.0 " ,
12+ "huggingface-hub" : "huggingface-hub>=0.8.1" ,
1313 "importlib_metadata" : "importlib_metadata" ,
1414 "isort" : "isort>=5.5.4" ,
1515 "modelcards" : "modelcards==0.1.4" ,
1616 "numpy" : "numpy" ,
1717 "pytest" : "pytest" ,
1818 "pytest-timeout" : "pytest-timeout" ,
1919 "pytest-xdist" : "pytest-xdist" ,
20+ "scipy" : "scipy" ,
2021 "regex" : "regex!=2019.12.17" ,
2122 "requests" : "requests" ,
2223 "tensorboard" : "tensorboard" ,
2324 "torch" : "torch>=1.4" ,
25+ "transformers" : "transformers>=4.21.0" ,
2426}
You can’t perform that action at this time.
0 commit comments