Initial commit: LLM-DS optimizer framework with data files excluded
This commit is contained in:
16
requirements.txt
Normal file
16
requirements.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
# Production dependencies
|
||||
# Generated from pyproject.toml for reproducibility
|
||||
# Install with: pip install -r requirements.txt
|
||||
#
|
||||
# For development dependencies, use: pip install -r requirements-dev.txt
|
||||
#
|
||||
# Last updated: 2025-01-01
|
||||
# Python version: >=3.11
|
||||
|
||||
# Core dependencies
|
||||
numpy>=1.24.0,<2.0.0
|
||||
mmh3>=4.0.0,<5.0.0
|
||||
|
||||
# Optional: For dataset loading (install separately if needed)
|
||||
# datasets>=2.16.0,<3.0.0
|
||||
|
||||
Reference in New Issue
Block a user