Changes between Initial Version and Version 1 of Ticket #2895, comment 24


Ignore:
Timestamp:
Dec 31, 2020, 8:14:52 AM (3 years ago)
Author:
hcho

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2895, comment 24

    initial v1  
    3232{{{
    3333G_module_requires("r.stream.distance", NULL);
    34 G_module_requires_python("numpy", "gdal", NULL);
     34G_module_requires_python("numpy >= 1.19.4", "gdal >= 3.1.0 <= 3.2.0", NULL);
    3535}}}
    3636Then, add a new global flag `--dependencies` to spit out dependency information?