-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
83 lines (63 loc) · 1.18 KB
/
requirements.txt
File metadata and controls
83 lines (63 loc) · 1.18 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Web Framework
Flask>=2.3.0
Flask-CORS>=4.0.0
Flask-SQLAlchemy>=3.0.0
# Core PyTorch with CUDA support (CUDA 12.1)
torch>=2.5.0
torchvision>=0.20.0
torchaudio>=2.5.0
# Data manipulation and analysis
numpy>=1.21.0
pandas>=1.3.0
scikit-learn>=1.0.0
scipy>=1.7.0
# Visualization
matplotlib>=3.4.0
seaborn>=0.11.0
# Weather and Geographic Data
meteostat>=1.6.0
networkx>=2.6.0
shapely>=1.7.0
geopandas>=0.10.0
geopy>=2.2.0
# Serial Communication (for ROV)
pyserial>=3.5
# GUI for ROV Control
PyQt6>=6.5.0
pyqtgraph>=0.13.0
# HTTP Requests and API
requests>=2.31.0
urllib3>=2.0.0
# Environment Variables
python-dotenv>=1.0.0
# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-flask>=1.2.0
# Development Tools
black>=23.7.0
flake8>=6.0.0
isort>=5.12.0
# Security
cryptography>=41.0.0
bcrypt>=4.0.0
# Image Processing
opencv-python>=4.5.0
Pillow>=10.0.0
# Task Scheduling
APScheduler>=3.10.0
# WebSocket Support
flask-socketio>=5.3.0
# System Monitoring
psutil>=5.9.0
# Data Validation
jsonschema>=4.19.0
# Email Notifications
email-validator>=2.0.0
# Progress bars and utilities
tqdm>=4.62.0
# Jupyter notebook support (optional)
jupyter>=1.0.0
ipykernel>=6.0.0
# Excel file support
openpyxl>=3.1.0