-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
53 lines (42 loc) · 1.01 KB
/
requirements.txt
File metadata and controls
53 lines (42 loc) · 1.01 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Core ML Framework
tensorflow>=2.13.0
# tensorflow-lite-support>=0.4.4 # Not available on macOS ARM
# Astronomical Data Processing
astropy>=5.3
astroquery>=0.4.6
lightkurve>=2.4.0
# LARUN v2 — New dependencies
PyWavelets>=1.5.0 # Wavelet feature extraction for VARDET-001
anthropic>=0.18.0 # Claude API for orchestration layer
onnxruntime>=1.17.0 # ONNX inference for converted models
# Data Processing
numpy>=1.24.0
pandas>=2.0.0
scipy>=1.11.0
scikit-learn>=1.3.0
# Spectral Analysis
specutils>=1.11.0
spectral-cube>=0.6.0
# Visualization
matplotlib>=3.7.0
plotly>=5.15.0
tqdm>=4.62.0
# Report Generation
reportlab>=4.0.0
jinja2>=3.1.0
pdfkit>=1.0.0
# API & Data Pipeline
requests>=2.31.0
aiohttp>=3.8.0
boto3>=1.28.0 # For cloud deployment
# Configuration & Logging
pyyaml>=6.0
python-dotenv>=1.0.0
structlog>=23.1.0
# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
# TinyML Optimization
tensorflow-model-optimization>=0.7.5
# Optional: Edge Deployment
# tflite-runtime>=2.13.0 # For edge devices only