forked from Climate-Vision/ClimateVision
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-install.txt
More file actions
50 lines (42 loc) · 785 Bytes
/
Copy pathrequirements-install.txt
File metadata and controls
50 lines (42 loc) · 785 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
38
39
40
41
42
43
44
45
46
47
48
49
50
# Core ML and Data Processing
numpy>=1.21.0
pandas>=1.3.0
torch>=2.0.0
torchvision>=0.15.0
scikit-learn>=1.0.0
# Geospatial (excluding gdal/fiona - require system GDAL: brew install gdal)
rasterio>=1.3.0
shapely>=2.0.0
pyproj>=3.4.0
# Computer Vision
opencv-python>=4.5.0
pillow>=9.0.0
albumentations>=1.3.0
# Visualization
matplotlib>=3.5.0
seaborn>=0.11.0
plotly>=5.10.0
# Utilities
tqdm>=4.62.0
pyyaml>=6.0
requests>=2.26.0
python-dotenv>=0.19.0
# Satellite Data APIs
sentinelsat>=1.1.0
earthengine-api>=0.1.340
# API Framework
fastapi>=0.95.0
uvicorn[standard]>=0.20.0
pydantic>=2.0.0
python-multipart>=0.0.5
# MLOps
mlflow>=2.1.0
optuna>=3.1.0
# Testing and Development
pytest>=7.0.0
pytest-cov>=3.0.0
black>=22.0.0
flake8>=4.0.0
mypy>=0.950
jupyter>=1.0.0
ipython>=8.0.0