-
Notifications
You must be signed in to change notification settings - Fork 56
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
chore(master): fix upgrade to Jupyter SciPy 7.2.2 notebook #861
Merged
tiborsimko
merged 1 commit into
reanahub:master
from
tiborsimko:jupyter-version-upgrade
Jan 20, 2025
Merged
chore(master): fix upgrade to Jupyter SciPy 7.2.2 notebook #861
tiborsimko
merged 1 commit into
reanahub:master
from
tiborsimko:jupyter-version-upgrade
Jan 20, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tiborsimko
added a commit
to tiborsimko/reana
that referenced
this pull request
Jan 15, 2025
) Fixes the upgrade of Jupyter SciPy notebook version from 6.4.5 to 7.2.2 after the recent maint-to-master merge commit (reanahub#859) that did not propagate the upgrade of Jupyter SciPy notebook version everywhere in the `master` branch.
tiborsimko
force-pushed
the
jupyter-version-upgrade
branch
from
January 15, 2025 16:36
56314e4
to
562bb21
Compare
tiborsimko
added a commit
to tiborsimko/reana
that referenced
this pull request
Jan 15, 2025
) Fixes the upgrade of Jupyter SciPy notebook version from 6.4.5 to 7.2.2 after the recent maint-to-master merge commit (reanahub#859) that did not propagate the upgrade of Jupyter SciPy notebook version everywhere in the `master` branch.
tiborsimko
force-pushed
the
jupyter-version-upgrade
branch
from
January 15, 2025 16:42
562bb21
to
41f3939
Compare
tiborsimko
added a commit
to tiborsimko/reana
that referenced
this pull request
Jan 15, 2025
) Fixes the upgrade of Jupyter SciPy notebook version after the recent maint-to-master merge commit d9c375f that did not propagate the upgrade of Jupyter SciPy notebook version everywhere in the `master` branch code base.
tiborsimko
force-pushed
the
jupyter-version-upgrade
branch
from
January 15, 2025 16:47
41f3939
to
8ab318c
Compare
tiborsimko
added a commit
to tiborsimko/reana
that referenced
this pull request
Jan 15, 2025
) Fixes the upgrade of Jupyter SciPy notebook version after the recent maint-to-master merge commit d9c375f that did not propagate the upgrade of Jupyter SciPy notebook version everywhere in the `master` branch code base.
tiborsimko
force-pushed
the
jupyter-version-upgrade
branch
from
January 15, 2025 16:59
8ab318c
to
6973733
Compare
tiborsimko
added a commit
to tiborsimko/reana
that referenced
this pull request
Jan 16, 2025
) Fixes the upgrade of Jupyter SciPy notebook version after the recent maint-to-master merge commit d9c375f that did not propagate the upgrade of Jupyter SciPy notebook version everywhere in the `master` branch code base.
tiborsimko
force-pushed
the
jupyter-version-upgrade
branch
from
January 16, 2025 09:53
6973733
to
73359b0
Compare
tiborsimko
added a commit
to tiborsimko/reana
that referenced
this pull request
Jan 20, 2025
) Fixes the upgrade of Jupyter SciPy notebook version after the recent maint-to-master merge commit d9c375f that did not propagate the upgrade of Jupyter SciPy notebook version everywhere in the `master` branch code base.
tiborsimko
force-pushed
the
jupyter-version-upgrade
branch
from
January 20, 2025 15:04
73359b0
to
f7276cc
Compare
Alputer
approved these changes
Jan 20, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
) Fixes the upgrade of Jupyter SciPy notebook version after the recent maint-to-master merge commit d9c375f that did not propagate the upgrade of Jupyter SciPy notebook version everywhere in the `master` branch code base.
tiborsimko
force-pushed
the
jupyter-version-upgrade
branch
from
January 20, 2025 16:06
f7276cc
to
9baa183
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes the upgrade of Jupyter SciPy notebook version after the recent
maint-to-master merge commit d9c375f
that did not propagate the upgrade of Jupyter SciPy notebook version
everywhere in the
master
branch code base.