forked from tile-ai/TileRT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
63 lines (53 loc) · 1009 Bytes
/
Copy pathrequirements-dev.txt
File metadata and controls
63 lines (53 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
-r requirements.txt
einops
# Build dependencies
cmake>=3.25.0 # required by c++ 20
packaging
setuptools>=64.0.0
wheel
build>=1.0.0
# Linting dependencies
black==25.1.0
isort==6.0.1
flake8==7.1.2
flake8-bugbear==24.12.12
flake8-comprehensions==3.16.0
flake8-docstrings==1.7.0
flake8-simplify==0.21.0
flake8-unused-arguments==0.0.13
flake8-variables-names==0.0.6
flake8-return==1.2.0
flake8-print==5.0.0
mypy==1.15.0
tomli==2.2.1
bandit==1.8.3
pyupgrade==3.19.1
clang-format==18.1.5
# Testing dependencies
pytest>=7.0.0
pytest-cov>=4.0.0
pynvml
# Documentation
mdformat==0.7.17
mdformat-gfm==0.4.1
mdformat-frontmatter==2.0.8
mdformat-myst==0.2.1
mdformat-tables==1.0.0
mdformat-toc==0.3.0
mdformat-black==0.1.1
# Pre-commit
pre-commit>=3.0.0
# Commitizen
commitizen==4.4.1
# Codespell
codespell==2.4.1
# Type checking dependencies
types-setuptools
types-requests
types-urllib3
types-six
scipy==1.16.2
# Excel dependencies
openpyxl==3.1.5
### Version management / release tooling
setuptools-scm[toml]