mirror of
https://github.com/B-Wear/QuantumEdge.git
synced 2026-08-24 04:18:04 +00:00
Add files via upload
updates Signed-off-by: B-Wear <Bwear008@gmail.com>
This commit is contained in:
@@ -0,0 +1,69 @@
|
||||
# Core dependencies
|
||||
numpy==1.24.3
|
||||
pandas==2.0.3
|
||||
scipy==1.10.1
|
||||
scikit-learn==1.3.0
|
||||
|
||||
# Deep Learning
|
||||
torch==2.0.1
|
||||
tensorflow==2.13.0
|
||||
keras==2.13.1
|
||||
transformers==4.31.0
|
||||
|
||||
# Reinforcement Learning
|
||||
gym==0.26.2
|
||||
stable-baselines3==2.0.0
|
||||
|
||||
# Trading & Financial
|
||||
ccxt==4.0.0
|
||||
ta==0.10.2
|
||||
yfinance==0.2.28
|
||||
pandas-ta==0.3.14b0
|
||||
|
||||
# Data Processing & Analysis
|
||||
statsmodels==0.14.0
|
||||
pyfolio==0.9.2
|
||||
empyrical==0.5.5
|
||||
|
||||
# Sentiment Analysis
|
||||
textblob==0.17.1
|
||||
vaderSentiment==3.3.2
|
||||
newsapi-python==0.2.7
|
||||
tweepy==4.14.0
|
||||
praw==7.7.1
|
||||
|
||||
# Web Dashboard
|
||||
dash==2.11.1
|
||||
dash-bootstrap-components==1.4.1
|
||||
plotly==5.15.0
|
||||
|
||||
# System Monitoring
|
||||
psutil==5.9.5
|
||||
py-cpuinfo==9.0.0
|
||||
|
||||
# Code Analysis
|
||||
pylint==2.17.5
|
||||
astroid==2.15.6
|
||||
radon==6.0.1
|
||||
|
||||
# Utilities
|
||||
python-dotenv==1.0.0
|
||||
requests==2.31.0
|
||||
websockets==11.0.3
|
||||
aiohttp==3.8.5
|
||||
schedule==1.2.0
|
||||
|
||||
# Testing
|
||||
pytest==7.4.0
|
||||
pytest-asyncio==0.21.1
|
||||
pytest-cov==4.1.0
|
||||
|
||||
# Documentation
|
||||
sphinx==7.1.2
|
||||
sphinx-rtd-theme==1.2.2
|
||||
|
||||
# Development Tools
|
||||
black==23.7.0
|
||||
isort==5.12.0
|
||||
mypy==1.5.1
|
||||
pre-commit==3.3.3
|
||||
Reference in New Issue
Block a user