dependency_versions_table.py 1.09 KB
Newer Older
1
2
3
4
# THIS FILE HAS BEEN AUTOGENERATED. To update:
# 1. modify the `_deps` dict in setup.py
# 2. run `make deps_table_update``
deps = {
5
    "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",
11
    "flax": "flax>=0.4.1",
Anton Lozhkov's avatar
Anton Lozhkov committed
12
    "hf-doc-builder": "hf-doc-builder>=0.3.0",
13
    "huggingface-hub": "huggingface-hub>=0.10.0",
Patrick von Platen's avatar
Patrick von Platen committed
14
    "importlib_metadata": "importlib_metadata",
15
    "isort": "isort>=5.5.4",
16
17
    "jax": "jax>=0.2.8,!=0.3.2",
    "jaxlib": "jaxlib>=0.1.65",
18
    "librosa": "librosa",
19
    "modelcards": "modelcards>=0.1.4",
Patrick von Platen's avatar
Patrick von Platen committed
20
    "numpy": "numpy",
21
    "parameterized": "parameterized",
22
    "pytest": "pytest",
23
24
    "pytest-timeout": "pytest-timeout",
    "pytest-xdist": "pytest-xdist",
25
    "safetensors": "safetensors",
Suraj Patil's avatar
Suraj Patil committed
26
    "sentencepiece": "sentencepiece>=0.1.91,!=0.1.92",
27
    "scipy": "scipy",
28
29
    "regex": "regex!=2019.12.17",
    "requests": "requests",
30
    "tensorboard": "tensorboard",
31
    "torch": "torch>=1.4",
32
    "torchvision": "torchvision",
33
    "transformers": "transformers>=4.21.0",
34
}