-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
37 lines (30 loc) · 755 Bytes
/
Copy pathrequirements.txt
File metadata and controls
37 lines (30 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Smart Meter + BESS Analytics Platform Requirements
# Backend and Frontend Dependencies
# Core data processing
pandas>=2.1.0
numpy>=1.24.0
pyarrow>=14.0.0 # Parquet file handling and compression
# FastAPI backend
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
uvloop>=0.19.0 # High-performance event loop
pydantic>=2.0.0
# Streamlit frontend
streamlit>=1.28.0
plotly>=5.17.0
requests>=2.31.0
# Scientific computing
scipy>=1.11.0
matplotlib>=3.7.0
# Performance and compression
snappy-python>=0.6.1 # Snappy compression for Parquet
lz4>=4.3.0 # LZ4 compression
zstandard>=0.22.0 # Zstandard compression
# Development tools
black>=23.0.0
ruff>=0.1.0
mypy>=1.6.0
pytest>=7.4.0
# Memory profiling and monitoring
memory-profiler>=0.61.0
psutil>=5.9.0