fitnr / convertdate

Utils for converting between date formats and calculating holidays
MIT License
47 stars 24 forks source link

Avoid broken pymeeus release 0.3.8 #45

Closed javulticat closed 3 years ago

javulticat commented 3 years ago

pymeeus released version 0.3.8 today, which has a bug which prevents it from being pip-installable (which, in turn, is preventing any packages depending on it, such as this one, to fail pip-installation). This PR ensures convertdate will not try to install pymeeus==0.3.8 as a dependency to allow it to continue to be pip-installable in the interim until if/when a new, working release of pymeeus is published.

fitnr commented 3 years ago

Pushed a new release (v2.3.1) with this update. Thanks for the catch.