-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.in
More file actions
36 lines (28 loc) · 968 Bytes
/
requirements.in
File metadata and controls
36 lines (28 loc) · 968 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
# Repository-wide editable dependency list for the velocity.report tools.
# This is the canonical, human-editable list. Run `pip-compile requirements.in`
# (or use the provided scripts/venv-init.sh) to generate a pinned requirements.txt.
# Core data analysis / plotting
pandas
matplotlib
numpy<2.5.0 # Pin to avoid yanked 2.4.0
seaborn
scipy
pillow>=12.1.1 # CVE-2026-25990 fix
# HTTP + utilities used by various scripts
requests>=2.33.0 # CVE-2026-25645 fix
urllib3>=2.6.3 # CVE-2025-66418, CVE-2025-66471, CVE-2026-21441 fixes
# LaTeX/PDF generation
PyLaTeX
# SVG engineering drawing (used by tools/rack-drawing/)
drawsvg
# YAML parsing (used by tools/connector-pinouts/generate-connector-pinouts.py)
pyyaml
# Testing
pytest
pytest-cov
responses
# Development tools (formatting/linting)
black>=26.3.1 # CVE-2026-32274 fix
ruff
fonttools>=4.62.1 # CVE-2025-66034 fix
# Add any other top-level tools that should be available to all data projects here.