Build latest book artifacts / build (push) Canceled after 0s
dependency resolution / resolve (3.11) (push) Canceled after 0s
dependency resolution / resolve (3.13) (push) Canceled after 0s
deploy-pages / build (push) Canceled after 0s
deploy-pages / deploy (push) Canceled after 0s
i18n consistency check / check (push) Canceled after 0s
provider adoption tests / test (chapter2/context-compression) (push) Canceled after 0s
provider adoption tests / test (chapter2/prompt-injection) (push) Canceled after 0s
provider adoption tests / test (chapter2/system-hint) (push) Canceled after 0s
provider adoption tests / test (chapter3/log-sanitization) (push) Canceled after 0s
web-search-agent tests / test (push) Canceled after 0s
web-search-agent tests / agentbook (push) Canceled after 0s
23 lines
393 B
Plaintext
23 lines
393 B
Plaintext
# Core dependencies
|
|
openai>=1.0.0
|
|
requests>=2.31.0
|
|
PyPDF2>=3.0.0
|
|
|
|
# Data processing and visualization
|
|
numpy>=1.24.0
|
|
matplotlib>=3.7.0
|
|
tabulate>=0.9.0
|
|
|
|
# PDF generation for sample data
|
|
reportlab>=4.0.0
|
|
|
|
# Optional: for better PDF parsing (uncomment if needed)
|
|
# pdfplumber>=0.10.0
|
|
# pymupdf>=1.23.0
|
|
|
|
# Development tools (optional)
|
|
python-dotenv>=1.0.0
|
|
pytest>=7.4.0
|
|
black>=23.0.0
|
|
flake8>=6.0.0
|