hercules icon indicating copy to clipboard operation
hercules copied to clipboard

labours : A few questions/requests

Open pythonmobile opened this issue 4 years ago • 1 comments

ERROR: labours 10.7.2 has requirement scipy<1.2.2,>=0.19.0, but you'll have scipy 1.4.1 which is incompatible.

Is there an ETA for latest scipy support? Seems latest tensorflow is also not supported (AttributeError: module 'tensorflow' has no attribute 'app')? Another deprecation warning:

labours/modes/devs.py:305: MatplotlibDeprecationWarning: The iter_ticks function was deprecated in Matplotlib 3.1 and will be removed in 3.3.

How do i plot on the x-axis weekly progress instead of monthly or yearly progress?

In the aligned commit series, I see "" as one of the entries. How do I print out what was unmatched?

pythonmobile avatar Apr 19 '20 15:04 pythonmobile

I am having a similar issue. scipy<1.2.2,>=0.19.0 is too old for my distro. Even if I downgrade scipy in a virtualenv, scipy 1.2.1 will not work with python 3.8. Any chance of an update to scipy 1.5?

0xjac avatar Jul 24 '20 17:07 0xjac