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 cleanup to remove unneeded dependencies #134

Closed mborsetti closed 3 years ago

mborsetti commented 3 years ago

Final changes to completely remove dependency on pytz.

Also nose is not a dependency of the package as installed as it's exclusively used in test/test_numpy.py, so moved its installation to .github\testpackage.yaml