Changes between Initial Version and Version 1 of Ticket #2895, comment 24
- Timestamp:
- 12/31/20 08:14:52 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2895, comment 24
initial v1 32 32 {{{ 33 33 G_module_requires("r.stream.distance", NULL); 34 G_module_requires_python("numpy ", "gdal", NULL);34 G_module_requires_python("numpy >= 1.19.4", "gdal >= 3.1.0 <= 3.2.0", NULL); 35 35 }}} 36 36 Then, add a new global flag `--dependencies` to spit out dependency information?