-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add EpochsStream for epoching real-time stream on-the-fly #258
Conversation
for more information, see https://pre-commit.ci
This reverts commit 91cd0b4.
MPL 3.9.1 on windows has been removed from PyPI: matplotlib/matplotlib#28551 |
The 3.9.1 wheels on windows would, depending on import order, cause segfaults, see matplotlib/matplotlib#28551 (comment). We deleted the bad wheels to avoid segfaults (which seemed like a good idea) but failed to anticipate that this would cause downstream projects to start trying to build mpl from source instead of pulling the 3.9.0 wheel. We have now yanked the whole 3.9.1 release to fix these problems and will get 3.9.2 out as quick as we can. To prevent this sort of thing in the future (trying to build something from source when you are not prepared to do so) I suggest using Sorry for the trouble. |
No description provided.