In Scipy v1.11, the vertices keyword of scipy.spatial.Delauney.qhull was removed. The keyword simplices should be used instead. I believe this impacts the modules _grid.py and preproc.py. This change will also require a version restriction on scipy to be added to setup.py.