pingswept / pysolar

Pysolar is a collection of Python libraries for simulating the irradiation of any point on earth by the sun. It includes code for extremely precise ephemeris calculations.
http://pysolar.org
GNU General Public License v3.0
372 stars 125 forks source link

Use install_requires keyword in setup.py #158

Closed cquark7 closed 1 year ago

cquark7 commented 1 year ago

requires is superseded by install_requires and should not be used anymore. Reference: https://setuptools.pypa.io/en/latest/references/keywords.html

pingswept commented 1 year ago

Thanks for the fix, Deepankar!