Skip to content

Commit

Permalink
fix use_line_collection error
Browse files Browse the repository at this point in the history
  • Loading branch information
celestinoxp committed Feb 19, 2024
1 parent c1ffee5 commit a11f59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ xxhash
wurlitzer; platform_system != 'Windows'

# Plotting
matplotlib>=3.8.2
matplotlib<3.8.0 #stem(..., use_line_collection=False) is no longer supported.
scikit-plot>=0.3.7
# yellowbrick<=1.5, have conflict with recent matplotlib by use_line_collection error
# should use yellowbrick>1.5 when fixed (https://github.com/DistrictDataLabs/yellowbrick/issues/1312)
Expand Down

0 comments on commit a11f59e

Please sign in to comment.