# Deep Learning Dependencies for Chinese Herbal Sentiment Analysis
# Install these packages to enable deep learning features

# For LSTM and TensorFlow-based models
tensorflow>=2.8.0

# For TextCNN and PyTorch-based models  
torch>=1.10.0
torchvision>=0.11.0

# For BERT and transformer models
transformers>=4.20.0

# Additional ML dependencies
scikit-learn>=1.0.0

# Note: Install with:
# pip install -r requirements-deep-learning.txt
