You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: