1
2
3
4
5
6
7
8
9
| -r ../../requirements/base.txt
| # GeoAI workflow layer: geospatial image preparation, detection helpers,
| # georeferenced output and visualization utilities.
| geoai-py>=0.42,<0.43
| torch>=2.4,<3
| torchvision>=0.19,<1
| ultralytics>=8.3,<9
| rasterio>=1.4,<2
| geopandas>=1,<2
|
|