-
Notifications
You must be signed in to change notification settings - Fork 187
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
Tests break with h5py>=3.0 #122
Comments
The issue is I think the issues occurs somewhere in |
Thank you so much for tracking down the problem! I may fix the CI now. Honestly, I was considering switching to GH actions as it seems very efficient. I did not know if the allocated computing time and memory are more interesting than TravisCI (or CircleCI) ? |
ci: use bash on all OSs ci: remove ci on 'dev/*' push build(deps): version locked h5py due to NeuroTechX#122 docs: added GitHub CI badge fix: fixed LICENSE template (proper detection by licensee) build(deps): pinned scikit-learn to <0.24 (while waiting for pyriemann fix)
Closed by PR #138 |
I think the issue is probably some package in requirements that had an update between now and the last succesful master build (3 months ago in Travis CI). I do not yet know which package is responsible, but we should/could consider pinning requirements to avoid these issues in the future, e.g., via a
requirements.pinned.txt
file in addition torequirements.txt
.The text was updated successfully, but these errors were encountered: