Skip to content
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

Hotfix: GitHub actions runners docs and test-conda, with scipy==1.8.1 #490

Merged

Conversation

Moritz-Alexander-Kern
Copy link
Member

@Moritz-Alexander-Kern Moritz-Alexander-Kern commented Jun 1, 2022

This PR introduces an upper bound for scipy<1.8.1.

Currently github actions workflows docs and test-conda fail with scipy 1.8.1 due to broken conda dependencys.

See: https://github.com/NeuralEnsemble/elephant/actions/runs/2419883695

Scipy==1.8.1 requires libstdcxx-ng 12.1.0, which is not yet available from the default conda channel https://repo.anaconda.com/pkgs/.
Updating to libstdcxx-ng 12.1.0 from conda-forge fixes the Issue, no need for a Scipy version cap anymore.

Further changes:

  • update GitHub actions checkout, cache v2-> v3
  • add CI.yml to hashing function for cache, this causes every change in CI.yml to reset the cache

@Moritz-Alexander-Kern Moritz-Alexander-Kern changed the title introduced upper bound version for scipy<1.8.1 Hotfix: GitHub actions runners docs and test-conda, scipy<1.8.1 Jun 1, 2022
* remove fixed version for jinja2, remove version cap on scipy

* avoid scipy version 1.8.1

* update GitHub actions cache to V3

* update to checkout v3

* changed hashing of cache
@Moritz-Alexander-Kern Moritz-Alexander-Kern added the bugfix Fix for an indentified bug. label Jun 3, 2022
@Moritz-Alexander-Kern Moritz-Alexander-Kern changed the title Hotfix: GitHub actions runners docs and test-conda, scipy<1.8.1 Hotfix: GitHub actions runners docs and test-conda, with scipy==1.8.1 Jun 10, 2022
@Moritz-Alexander-Kern Moritz-Alexander-Kern merged commit 38caabd into NeuralEnsemble:master Jun 30, 2022
@Moritz-Alexander-Kern Moritz-Alexander-Kern added this to the v0.11.2 milestone Jul 18, 2022
@Moritz-Alexander-Kern Moritz-Alexander-Kern deleted the fix/fix_conda_runners_scipy branch July 26, 2022 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Fix for an indentified bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant