-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
47 lines (38 loc) · 795 Bytes
/
requirements-dev.txt
File metadata and controls
47 lines (38 loc) · 795 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
# Include all production dependencies
-r requirements.txt
# Testing frameworks
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-benchmark>=4.0.0
pytest-asyncio>=0.21.0
pytest-mock>=3.11.0
pytest-xdist>=3.3.0
# Code formatting and linting
black>=23.7.0
isort>=5.12.0
flake8>=6.0.0
flake8-docstrings>=1.7.0
flake8-type-checking>=2.4.0
# Type checking
mypy>=1.5.0
# Security and quality
bandit>=1.7.0
safety>=2.3.0
pre-commit>=3.3.0
# Development tools
ipython>=8.14.0
jupyter>=1.0.0
notebook>=6.5.0
# Optional optimizations for development
# TensorRT (NVIDIA GPUs)
# tensorrt>=8.6.0
# pycuda>=2022.2
# OpenVINO (Intel optimization)
# openvino>=2023.0.0
# openvino-dev>=2023.0.0
# Edge deployment
# tflite-runtime>=2.13.0
# Visualization tools
# graphviz>=0.20.0
# netron>=6.9.0
# torchinfo>=1.8.0