-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
43 lines (35 loc) · 1.04 KB
/
Copy pathrequirements.txt
File metadata and controls
43 lines (35 loc) · 1.04 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
# ============================================================
# AgriTwin (tumbal.py) — Requirements
# Generated: 30 May 2026
# Install: pip install -r requirements.txt
# ============================================================
# --- Core ---
streamlit>=1.35.0
numpy>=1.26.0
pandas>=2.2.0
requests>=2.31.0
python-dotenv>=1.0.0
# --- Visualization ---
plotly>=5.22.0
matplotlib>=3.8.0
pydeck>=0.9.0
# --- AI / LLM ---
google-generativeai>=0.7.0
groq>=0.9.0
anthropic>=0.28.0
sentry-sdk>=2.0.0
# --- Scientific / ML ---
scipy>=1.13.0
scikit-learn>=1.5.0
# --- Image ---
Pillow>=10.3.0
# --- IoT ---
paho-mqtt>=2.1.0
# --- Optional (lazy-loaded, app tetap jalan tanpa ini) ---
# Uncomment kalau lo pakai fitur terkait:
# pyserial>=3.5 # Serial port / RS-485 sensor
# opencv-python>=4.9.0 # Computer vision (Plant Doctor)
# pymodbus>=3.6.0 # Modbus TCP sensor
# opcua>=0.98.13 # OPC-UA industrial protocol
# pcse>=5.5.0 # WOFOST crop model
# GreenLightPlus # GreenLight greenhouse simulator (install manual)