TypeError: init() got an unexpected keyword argument 'lineprops'
'lineprops' is an outdated matplotlib command replaced by 'props' after version 3.7.
The requirements.txt states a matplotlib version >= 3.4.2. This installs the most updated version of matplotlib, which is past 3.7 now.
TypeError: init() got an unexpected keyword argument 'lineprops'
'lineprops' is an outdated matplotlib command replaced by 'props' after version 3.7.
The requirements.txt states a matplotlib version >= 3.4.2. This installs the most updated version of matplotlib, which is past 3.7 now.