reddit-dashboard / requirements.txt
milwright's picture
fix build: downgrade to python 3.11 for pandas compatibility
ac1b924
raw
history blame contribute delete
435 Bytes
# Reddit Research Dashboard Requirements
# Optimized for HuggingFace Spaces with Python 3.11
# Core Streamlit and UI
streamlit>=1.31.0
plotly>=5.18.0
streamlit-extras>=0.3.6
# Data Processing (Python 3.11 compatible)
pandas>=2.2.0
numpy>=1.26.0
pyarrow>=15.0.0
# Reddit API
praw>=7.7.1
# Network Analysis
networkx>=3.2.1
scipy>=1.11.4
# Utilities
python-dotenv>=1.0.1
pytz>=2024.1
# Performance & Caching
joblib>=1.3.2
lz4>=4.3.3