# Core Dependencies
numpy==1.24.3
pandas==2.0.3
scipy==1.10.1
scikit-learn==1.2.2
pytz==2023.3

# Deep Learning
torch==2.0.1
torchvision==0.15.2
transformers==4.31.0
tensorflow==2.13.0
keras==2.13.1

# NLP Tools
nltk==3.8.1
spacy==3.6.0
gensim==4.3.1
bertopic==0.15.0

# Blockchain Integration
solana>=0.30.2
base58>=2.1.1


# Data Processing
pyarrow==12.0.1
polars==0.18.3
dask==2023.7.1
networkx==3.1
python-dateutil==2.8.2

# API and Web
fastapi==0.100.0
uvicorn==0.23.1
websockets==11.0.3
requests==2.31.0
aiohttp==3.8.5
httpx==0.24.1

# Database
sqlalchemy==2.0.19
psycopg2-binary==2.9.6
redis==4.6.0
motor==3.2.0
pymongo==4.4.1

# Visualization
plotly==5.15.0
matplotlib==3.7.2
seaborn==0.12.2
bokeh==3.2.1

# Machine Learning Tools
lightgbm==4.0.0
xgboost==1.7.6
catboost==1.2
optuna==3.2.0
prophet==1.1.4

# Metrics and Monitoring
prometheus-client==0.17.1
grafana-api==2.0.0
wandb==0.15.5
mlflow==2.5.0

# Testing
pytest==7.4.0
pytest-asyncio==0.21.1
pytest-cov==4.1.0
hypothesis==6.82.6

# Code Quality
black==23.7.0
flake8==6.0.0
isort==5.12.0
mypy==1.4.1

# Documentation
sphinx==7.0.1
mkdocs==1.5.2
pdoc3==0.10.0

# Security
cryptography==41.0.2
python-jose==3.3.0
passlib==1.7.4
bcrypt==4.0.1

# Utilities
python-dotenv==1.0.0
pyyaml==6.0.1
tqdm==4.65.0
joblib==1.3.1
loguru==0.7.0
pydantic==2.1.1


