pygris
pygris copied to clipboard
Cleans dependencies
This PR simply removes dependencies that are not needed:
By requiring GeoPandas, NumPy, Pandas and Shapely are already required.
RTree, Fiona and PiP are not really dependencies of Pygris, and since Fiona is being deprecated, it has started to create problems when installing on Python 3.12+
Closes #25