/home/ondrej/workspace/grass/dist.x86_64-pc-linux-gnu/etc/python/grass/pygrass/raster/buffer.py:7: DeprecationWarning: np.int0 is a deprecated alias for np.intp. (Deprecated NumPy 1.24)
CELL = tuple([getattr(np, attr) for attr in _CELL if hasattr(np, attr)])
/home/ondrej/workspace/grass/dist.x86_64-pc-linux-gnu/etc/python/grass/pygrass/raster/buffer.py:7: DeprecationWarning:
np.int0
is a deprecated alias fornp.intp
. (Deprecated NumPy 1.24) CELL = tuple([getattr(np, attr) for attr in _CELL if hasattr(np, attr)])