GeostatsGuy / GeostatsPy

GeostatsPy Python package for spatial data analytics and geostatistics. Started as a reimplementation of GSLIB, Geostatistical Library (Deutsch and Journel, 1992) from Fortran to Python, Geostatistics in a Python package. Now with many additional methods. I hope this resources is helpful, Prof. Michael Pyrcz
https://pypi.org/project/geostatspy/
MIT License
479 stars 183 forks source link

add requirements.txt/dependencies to setup.py #36

Closed AndrewAnnex closed 2 months ago

AndrewAnnex commented 3 years ago

it looks like geostatspy doesn't have a requirements.txt file or specify dependencies in setup.py. It is fairly easy to fix but I figured I would just post the issue in case someone else gets to it before I can