dependency_versions_table.py 2.93 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.10.0",
7
    "black": "black~=23.1",
8
    "codecarbon": "codecarbon==1.2.0",
Lysandre Debut's avatar
Lysandre Debut committed
9
    "cookiecutter": "cookiecutter==1.7.3",
10
    "dataclasses": "dataclasses",
11
    "datasets": "datasets!=2.5.0",
12
    "decord": "decord==0.6.0",
13
    "deepspeed": "deepspeed>=0.6.5",
14
    "dill": "dill<0.3.5",
15
    "evaluate": "evaluate>=0.2.0",
16
    "fairscale": "fairscale>0.3",
17
18
19
    "faiss-cpu": "faiss-cpu",
    "fastapi": "fastapi",
    "filelock": "filelock",
20
    "flax": "flax>=0.4.1",
21
    "ftfy": "ftfy",
22
    "fugashi": "fugashi>=1.0",
23
    "GitPython": "GitPython<3.1.19",
24
    "hf-doc-builder": "hf-doc-builder>=0.3.0",
25
    "huggingface-hub": "huggingface-hub>=0.11.0,<1.0",
26
    "importlib_metadata": "importlib_metadata",
27
28
    "ipadic": "ipadic>=1.0.0,<2.0",
    "isort": "isort>=5.5.4",
29
30
    "jax": "jax>=0.2.8,!=0.3.2,<=0.3.6",
    "jaxlib": "jaxlib>=0.1.65,<=0.3.6",
31
    "jieba": "jieba",
32
    "kenlm": "kenlm",
33
    "keras-nlp": "keras-nlp>=0.3.1",
34
    "nltk": "nltk",
35
    "natten": "natten>=0.14.4",
Sylvain Gugger's avatar
Sylvain Gugger committed
36
    "numpy": "numpy>=1.17",
37
38
39
    "onnxconverter-common": "onnxconverter-common",
    "onnxruntime-tools": "onnxruntime-tools>=1.4.2",
    "onnxruntime": "onnxruntime>=1.4.0",
Lysandre Debut's avatar
Lysandre Debut committed
40
    "optuna": "optuna",
Vasudev Gupta's avatar
Vasudev Gupta committed
41
    "optax": "optax>=0.0.8",
42
    "packaging": "packaging>=20.0",
43
    "parameterized": "parameterized",
44
    "phonemizer": "phonemizer",
45
    "protobuf": "protobuf<=3.20.2",
46
    "psutil": "psutil",
47
    "pyyaml": "pyyaml>=5.1",
48
49
    "pydantic": "pydantic",
    "pytest": "pytest",
Lysandre Debut's avatar
Lysandre Debut committed
50
    "pytest-timeout": "pytest-timeout",
51
    "pytest-xdist": "pytest-xdist",
Lysandre Debut's avatar
Lysandre Debut committed
52
    "python": "python>=3.7.0",
Sylvain Gugger's avatar
Style  
Sylvain Gugger committed
53
    "ray[tune]": "ray[tune]",
54
55
    "regex": "regex!=2019.12.17",
    "requests": "requests",
56
    "rjieba": "rjieba",
57
    "rouge-score": "rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1",
58
    "ruff": "ruff>=0.0.241",
Sylvain Gugger's avatar
Sylvain Gugger committed
59
    "sacrebleu": "sacrebleu>=1.4.12,<2.0.0",
60
    "sacremoses": "sacremoses",
61
    "safetensors": "safetensors>=0.2.1",
62
    "sagemaker": "sagemaker>=2.31.0",
63
    "scikit-learn": "scikit-learn",
64
    "sentencepiece": "sentencepiece>=0.1.91,!=0.1.92",
65
    "sigopt": "sigopt",
66
    "librosa": "librosa",
67
    "starlette": "starlette",
68
69
    "tensorflow-cpu": "tensorflow-cpu>=2.4,<2.12",
    "tensorflow": "tensorflow>=2.4,<2.12",
70
    "tensorflow-text": "tensorflow-text",
71
    "tf2onnx": "tf2onnx",
72
    "timeout-decorator": "timeout-decorator",
NielsRogge's avatar
NielsRogge committed
73
    "timm": "timm",
74
    "tokenizers": "tokenizers>=0.11.1,!=0.11.3,<0.14",
Sylvain Gugger's avatar
Sylvain Gugger committed
75
    "torch": "torch>=1.7,!=1.12.0",
Suraj Patil's avatar
Suraj Patil committed
76
    "torchaudio": "torchaudio",
NielsRogge's avatar
NielsRogge committed
77
    "torchvision": "torchvision",
78
    "pyctcdecode": "pyctcdecode>=0.4.0",
79
80
81
82
    "tqdm": "tqdm>=4.27",
    "unidic": "unidic>=1.0.2",
    "unidic_lite": "unidic_lite>=1.0.7",
    "uvicorn": "uvicorn",
83
    "beautifulsoup4": "beautifulsoup4",
84
85
    "sudachipy": "sudachipy>=0.6.6",
    "sudachidict_core": "sudachidict_core>=20220729",
Hao Wang's avatar
Hao Wang committed
86
    "rhoknp": "rhoknp>=1.1.0",
87
}