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

Final changes to completely remove dependency on pytz #132

Closed mborsetti closed 3 years ago

mborsetti commented 3 years ago

Final cleanup to remove unneded dependencies.

Also nose is not a dependency to run the installed package as it's exclusively used in test/test_numpy.py.