dependency_versions_table.py 2.45 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",
6
    "accelerate": "accelerate>=0.9.0",
Sylvain Gugger's avatar
Sylvain Gugger committed
7
    "black": "black~=22.0,>=22.3",
8
    "codecarbon": "codecarbon==1.2.0",
Lysandre Debut's avatar
Lysandre Debut committed
9
    "cookiecutter": "cookiecutter==1.7.3",
10
11
    "dataclasses": "dataclasses",
    "datasets": "datasets",
12
    "deepspeed": "deepspeed>=0.6.5",
13
    "dill": "dill<0.3.5",
14
    "fairscale": "fairscale>0.3",
15
16
17
18
    "faiss-cpu": "faiss-cpu",
    "fastapi": "fastapi",
    "filelock": "filelock",
    "flake8": "flake8>=3.8.3",
Suraj Patil's avatar
Suraj Patil committed
19
    "flax": "flax>=0.3.5",
20
    "ftfy": "ftfy",
21
    "fugashi": "fugashi>=1.0",
22
    "GitPython": "GitPython<3.1.19",
23
    "hf-doc-builder": "hf-doc-builder>=0.3.0",
24
    "huggingface-hub": "huggingface-hub>=0.1.0,<1.0",
25
    "importlib_metadata": "importlib_metadata",
26
27
    "ipadic": "ipadic>=1.0.0,<2.0",
    "isort": "isort>=5.5.4",
28
29
    "jax": "jax>=0.2.8,!=0.3.2,<=0.3.6",
    "jaxlib": "jaxlib>=0.1.65,<=0.3.6",
30
    "jieba": "jieba",
31
    "nltk": "nltk",
Sylvain Gugger's avatar
Sylvain Gugger committed
32
    "numpy": "numpy>=1.17",
33
34
35
    "onnxconverter-common": "onnxconverter-common",
    "onnxruntime-tools": "onnxruntime-tools>=1.4.2",
    "onnxruntime": "onnxruntime>=1.4.0",
Lysandre Debut's avatar
Lysandre Debut committed
36
    "optuna": "optuna",
Vasudev Gupta's avatar
Vasudev Gupta committed
37
    "optax": "optax>=0.0.8",
38
    "packaging": "packaging>=20.0",
39
    "parameterized": "parameterized",
40
    "phonemizer": "phonemizer",
41
    "protobuf": "protobuf<=3.20.1",
42
    "psutil": "psutil",
43
    "pyyaml": "pyyaml>=5.1",
44
45
    "pydantic": "pydantic",
    "pytest": "pytest",
Lysandre Debut's avatar
Lysandre Debut committed
46
    "pytest-timeout": "pytest-timeout",
47
    "pytest-xdist": "pytest-xdist",
Lysandre Debut's avatar
Lysandre Debut committed
48
    "python": "python>=3.7.0",
Sylvain Gugger's avatar
Style  
Sylvain Gugger committed
49
    "ray[tune]": "ray[tune]",
50
51
    "regex": "regex!=2019.12.17",
    "requests": "requests",
52
    "rjieba": "rjieba",
53
    "rouge-score": "rouge-score",
Sylvain Gugger's avatar
Sylvain Gugger committed
54
    "sacrebleu": "sacrebleu>=1.4.12,<2.0.0",
55
    "sacremoses": "sacremoses",
56
    "sagemaker": "sagemaker>=2.31.0",
57
    "scikit-learn": "scikit-learn",
58
    "sentencepiece": "sentencepiece>=0.1.91,!=0.1.92",
59
    "sigopt": "sigopt",
60
    "librosa": "librosa",
61
    "starlette": "starlette",
62
63
    "tensorflow-cpu": "tensorflow-cpu>=2.3",
    "tensorflow": "tensorflow>=2.3",
64
    "tf2onnx": "tf2onnx",
65
    "timeout-decorator": "timeout-decorator",
NielsRogge's avatar
NielsRogge committed
66
    "timm": "timm",
67
    "tokenizers": "tokenizers>=0.11.1,!=0.11.3,<0.13",
Lysandre Debut's avatar
Lysandre Debut committed
68
    "torch": "torch>=1.0",
Suraj Patil's avatar
Suraj Patil committed
69
    "torchaudio": "torchaudio",
70
    "pyctcdecode": "pyctcdecode>=0.3.0",
71
72
73
74
75
    "tqdm": "tqdm>=4.27",
    "unidic": "unidic>=1.0.2",
    "unidic_lite": "unidic_lite>=1.0.7",
    "uvicorn": "uvicorn",
}