-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
56 lines (47 loc) · 886 Bytes
/
requirements.txt
File metadata and controls
56 lines (47 loc) · 886 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
51
52
53
54
55
56
# Core scientific computing
numpy>=1.23.0
scipy>=1.11.0
pandas>=2.0.0
scikit-learn>=1.2.0
# Bayesian modeling and inference
pystan>=3.7.0
arviz>=0.16.0
# Geospatial analysis
geopandas>=0.13.0
libpysal>=4.7.0
shapely>=2.0.0
pyproj>=3.6.0
fiona>=1.9.0
rasterio>=1.3.0
rasterstats>=0.19.0
# Visualization
matplotlib>=3.7.0
seaborn>=0.12.0
plotly>=5.15.0
folium>=0.14.0
contextily>=1.3.0
# Jupyter and notebooks
jupyter>=1.0.0
notebook>=6.5.0
ipykernel>=6.25.0
# Data processing
pyarrow>=11.0.0
h3>=3.7.0
osmnx>=1.6.0
geopy>=2.4.0
# Utilities
tqdm>=4.66.0
fire>=0.5.0
nest-asyncio>=1.5.0
python-json-logger>=2.0.0
termcolor>=2.3.0
# Optional: Computer vision (if using image analysis)
# opencv-python>=4.8.0
# pillow>=10.0.0
# Optional: Machine learning (if using ML models)
# torch>=2.0.0
# transformers>=4.38.0
# Development and testing
pytest>=7.4.0
black>=22.6.0
flake8>=6.0.0