"src/vscode:/vscode.git/clone" did not exist on "cba548d8a38e34bcd8ebf842fa75ab0aeae4ebee"
dependency_versions_table.py 1.03 KB
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",
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.9.1",
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,<=0.3.6",
    "jaxlib": "jaxlib>=0.1.65,<=0.3.6",
18
    "modelcards": "modelcards>=0.1.4",
Patrick von Platen's avatar
Patrick von Platen committed
19
    "numpy": "numpy",
20
21
    "onnxruntime": "onnxruntime",
    "onnxruntime-gpu": "onnxruntime-gpu",
22
    "pytest": "pytest",
23
24
    "pytest-timeout": "pytest-timeout",
    "pytest-xdist": "pytest-xdist",
25
    "scipy": "scipy",
26
27
    "regex": "regex!=2019.12.17",
    "requests": "requests",
28
    "tensorboard": "tensorboard",
29
    "torch": "torch>=1.4",
30
    "torchvision": "torchvision",
31
    "transformers": "transformers>=4.21.0",
32
}