-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
52 lines (39 loc) · 848 Bytes
/
requirements-dev.txt
File metadata and controls
52 lines (39 loc) · 848 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
# ===============================
# Core runtime dependencies
# ===============================
numpy>=1.23
scipy>=1.9
scikit-learn>=1.2
pandas>=1.5
matplotlib>=3.6
# ===============================
# Optional ML frameworks
# ===============================
torch>=2.0
# ===============================
# Testing
# ===============================
pytest>=7.3
pytest-cov>=4.1
# ===============================
# Code quality
# ===============================
black>=23.0
isort>=5.12
flake8>=6.0
mypy>=1.5
# ===============================
# Git hooks
# ===============================
pre-commit>=3.3
# ===============================
# Packaging
# ===============================
build>=0.10
twine>=4.0
setuptools>=65
# ===============================
# Documentation
# ===============================
mkdocs>=1.5
mkdocs-material>=9.4