Initial commit: LLM-DS optimizer framework with data files excluded

This commit is contained in:
Carlos Gutierrez
2025-11-06 22:20:11 -05:00
commit f83fe475df
52 changed files with 10666 additions and 0 deletions

21
requirements-dev.txt Normal file
View File

@@ -0,0 +1,21 @@
# Development dependencies
# Install with: pip install -r requirements.txt -r requirements-dev.txt
#
# Last updated: 2025-01-01
# Python version: >=3.11
# Include production dependencies
-r requirements.txt
# Code quality tools
ruff>=0.1.0,<1.0.0
mypy>=1.7.0,<2.0.0
# Documentation and reporting
python-docx>=1.1.0,<2.0.0
matplotlib>=3.8.0,<4.0.0
pandas>=2.1.0,<3.0.0
python-pptx>=0.6.21,<1.0.0
# Optional: For dataset loading (install separately if needed)
# datasets>=2.16.0,<3.0.0