dependency_versions_table.py 492 Bytes
Newer Older
1
2
3
4
5
6
# THIS FILE HAS BEEN AUTOGENERATED. To update:
# 1. modify the `_deps` dict in setup.py
# 2. run `make deps_table_update``
deps = {
    "Pillow": "Pillow",
    "black": "black~=22.0,>=22.3",
Patrick von Platen's avatar
Patrick von Platen committed
7
8
9
    "filelock": "filelock",
    "flake8": "flake8>=3.8.3",
    "huggingface-hub": "huggingface-hub",
10
    "isort": "isort>=5.5.4",
Patrick von Platen's avatar
Patrick von Platen committed
11
    "numpy": "numpy",
12
13
14
15
    "pytest": "pytest",
    "regex": "regex!=2019.12.17",
    "requests": "requests",
    "torch": "torch>=1.4",
Patrick von Platen's avatar
Patrick von Platen committed
16
    "torchvision": "torchvision",
17
}