Unverified Commit fd768456 authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

Add transformers and scipy to dependency table (#348)

uP
parent b1fe1706
...@@ -83,7 +83,7 @@ _deps = [ ...@@ -83,7 +83,7 @@ _deps = [
"filelock", "filelock",
"flake8>=3.8.3", "flake8>=3.8.3",
"hf-doc-builder>=0.3.0", "hf-doc-builder>=0.3.0",
"huggingface-hub>=0.8.1,<1.0", "huggingface-hub>=0.8.1",
"importlib_metadata", "importlib_metadata",
"isort>=5.5.4", "isort>=5.5.4",
"modelcards==0.1.4", "modelcards==0.1.4",
...@@ -91,10 +91,12 @@ _deps = [ ...@@ -91,10 +91,12 @@ _deps = [
"pytest", "pytest",
"pytest-timeout", "pytest-timeout",
"pytest-xdist", "pytest-xdist",
"scipy",
"regex!=2019.12.17", "regex!=2019.12.17",
"requests", "requests",
"tensorboard", "tensorboard",
"torch>=1.4", "torch>=1.4",
"transformers>=4.21.0",
] ]
# this is a lookup table with items like: # this is a lookup table with items like:
......
...@@ -9,7 +9,7 @@ deps = { ...@@ -9,7 +9,7 @@ deps = {
"filelock": "filelock", "filelock": "filelock",
"flake8": "flake8>=3.8.3", "flake8": "flake8>=3.8.3",
"hf-doc-builder": "hf-doc-builder>=0.3.0", "hf-doc-builder": "hf-doc-builder>=0.3.0",
"huggingface-hub": "huggingface-hub>=0.8.1,<1.0", "huggingface-hub": "huggingface-hub>=0.8.1",
"importlib_metadata": "importlib_metadata", "importlib_metadata": "importlib_metadata",
"isort": "isort>=5.5.4", "isort": "isort>=5.5.4",
"modelcards": "modelcards==0.1.4", "modelcards": "modelcards==0.1.4",
...@@ -17,8 +17,10 @@ deps = { ...@@ -17,8 +17,10 @@ deps = {
"pytest": "pytest", "pytest": "pytest",
"pytest-timeout": "pytest-timeout", "pytest-timeout": "pytest-timeout",
"pytest-xdist": "pytest-xdist", "pytest-xdist": "pytest-xdist",
"scipy": "scipy",
"regex": "regex!=2019.12.17", "regex": "regex!=2019.12.17",
"requests": "requests", "requests": "requests",
"tensorboard": "tensorboard", "tensorboard": "tensorboard",
"torch": "torch>=1.4", "torch": "torch>=1.4",
"transformers": "transformers>=4.21.0",
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment