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
According to setup.cfg, v0.3.48 requires matplotlib>=3.4. However, at least in _compay.py, I see in the switch from v0.3.46 to v0.3.47 that the code for matplotlib<3.8 has been removed, so this package now requires matplotlib>=3.8, or it needs a fix to match the matplotlib>=3.4 dependency.
The text was updated successfully, but these errors were encountered:
According to
setup.cfg
, v0.3.48 requiresmatplotlib>=3.4
. However, at least in_compay.py
, I see in the switch from v0.3.46 to v0.3.47 that the code formatplotlib<3.8
has been removed, so this package now requiresmatplotlib>=3.8
, or it needs a fix to match thematplotlib>=3.4
dependency.The text was updated successfully, but these errors were encountered: