haze / cloud /requirements.txt
ataeff's picture
Upload 13 files
3279f65 verified
raw
history blame contribute delete
481 Bytes
# CLOUD v3.1 Dependencies
# Pre-semantic emotion detection system (~50K params)
# Core dependencies
numpy>=1.24.0 # For all neural network operations
sentencepiece>=0.1.99 # Optional: for RRPRAM tokenization (graceful fallback if missing)
# Development/Training dependencies
pytest>=7.4.0 # For running tests
pytest-asyncio>=0.21.0 # For async test support
# Note: HAZE integration is optional
# If using with HAZE, install haze/ package dependencies separately