dependency_versions_table.py 836 Bytes
Newer Older
1
2
3
4
5
# THIS FILE HAS BEEN AUTOGENERATED. To update:
# 1. modify the `_deps` dict in setup.py
# 2. run `make deps_table_update``
deps = {
    "Pillow": "Pillow",
Anton Lozhkov's avatar
Anton Lozhkov committed
6
    "accelerate": "accelerate>=0.11.0",
7
    "black": "black==22.8",
8
    "datasets": "datasets",
Patrick von Platen's avatar
Patrick von Platen committed
9
10
    "filelock": "filelock",
    "flake8": "flake8>=3.8.3",
Anton Lozhkov's avatar
Anton Lozhkov committed
11
    "hf-doc-builder": "hf-doc-builder>=0.3.0",
12
    "huggingface-hub": "huggingface-hub>=0.8.1",
Patrick von Platen's avatar
Patrick von Platen committed
13
    "importlib_metadata": "importlib_metadata",
14
    "isort": "isort>=5.5.4",
Anton Lozhkov's avatar
Anton Lozhkov committed
15
    "modelcards": "modelcards==0.1.4",
Patrick von Platen's avatar
Patrick von Platen committed
16
    "numpy": "numpy",
17
    "pytest": "pytest",
18
19
    "pytest-timeout": "pytest-timeout",
    "pytest-xdist": "pytest-xdist",
20
    "scipy": "scipy",
21
22
    "regex": "regex!=2019.12.17",
    "requests": "requests",
23
    "tensorboard": "tensorboard",
24
    "torch": "torch>=1.4",
25
    "transformers": "transformers>=4.21.0",
26
}