Files
cs249r_book/requirements.txt
Vijay Janapa Reddi fa86068984 Adds project dependencies and setup guide
Adds a comprehensive requirements file and a scripts README
documenting dependencies, pre-commit setup, and project structure.

This enhancement streamlines project setup and ensures consistent
dependency management, improving maintainability and collaboration.
2025-06-30 10:22:13 -04:00

37 lines
618 B
Plaintext

# Core dependencies for Quarto/Jupyter integration
jupyterlab-quarto>=0.3.0
jupyter>=1.0.0
# Natural Language Processing
nltk>=3.8
# OpenAI API integration
openai>=1.0.0
# Bibliography processing
pybtex>=0.24.0
# Image processing
Pillow>=9.0.0
# YAML processing
pyyaml>=6.0
# Web interface for AI tools
gradio>=4.0.0
# JSON schema validation
jsonschema>=4.0.0
# Document conversion
pypandoc>=1.11
# PDF processing (alternative to system ghostscript)
# Note: ghostscript system package is preferred, this is fallback
# ghostscript>=0.7
# System utilities
absl-py>=1.0.0
# Development tools
pre-commit>=3.0.0