added initial py analytics / rust core / ts orchestrator services
This commit is contained in:
parent
680b5fd2ae
commit
c862ed496b
62 changed files with 13459 additions and 0 deletions
18
apps/stock/analytics/requirements.txt
Normal file
18
apps/stock/analytics/requirements.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
fastapi==0.104.1
|
||||
uvicorn==0.24.0
|
||||
pandas==2.1.3
|
||||
numpy==1.26.2
|
||||
scipy==1.11.4
|
||||
scikit-learn==1.3.2
|
||||
cvxpy==1.4.1
|
||||
statsmodels==0.14.0
|
||||
ta==0.10.2
|
||||
plotly==5.18.0
|
||||
redis==5.0.1
|
||||
httpx==0.25.2
|
||||
pydantic==2.5.0
|
||||
python-dotenv==1.0.0
|
||||
onnxruntime==1.16.3
|
||||
psycopg2-binary==2.9.9
|
||||
sqlalchemy==2.0.23
|
||||
alembic==1.12.1
|
||||
Loading…
Add table
Add a link
Reference in a new issue