Initial commit: LLM-DS optimizer framework with data files excluded
This commit is contained in:
21
requirements-dev.txt
Normal file
21
requirements-dev.txt
Normal 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
|
||||
Reference in New Issue
Block a user