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
As usual, matplotlib 3.8 has broken several things in anesthetic. As the necessary changes aren't straightforward (see #339 ), I was going to restrict the version to
dependencies = [
"matplotlib>=3.6.1,<3.8.0",
]
However, this doesn't work with the minimum dependencies test, as it is nonsense to have == and < in the same requirement.
The text was updated successfully, but these errors were encountered:
As usual,
matplotlib 3.8
has broken several things inanesthetic
. As the necessary changes aren't straightforward (see #339 ), I was going to restrict the version toHowever, this doesn't work with the minimum dependencies test, as it is nonsense to have == and < in the same requirement.
The text was updated successfully, but these errors were encountered: