Closed Potemkinkuliss closed 1 year ago
Pandas, numpy and matplotlib are also missing. I successfully tested using: matplotlib==3.4.2 numpy==1.21.1 pandas==1.3.0
Thanks for your comments.
I had previously considered those to be recommended modules but not strictly requirements since you may use some basic functions of this this module which do not require any of those others. I'm certainly open to reconsider that philosophy. That said, it looks like at least the extras_require argument should be added to specify these modules.
I think you are missing pytz in the requirements.
I tested it with pytz==2021.1 To auto install add install_requires=["pytz==2021.1"] into the setup.py setup kwargs.