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.
pymeeus
released version0.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 ensuresconvertdate
will not try to installpymeeus==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 ofpymeeus
is published.