chore: fix scipy version temp lock problem and chore to master#6823
Closed
yihong0618 wants to merge 1 commit intopymc-devs:v3from
yihong0618:v3_spicy_version_fix
Closed
chore: fix scipy version temp lock problem and chore to master#6823yihong0618 wants to merge 1 commit intopymc-devs:v3from yihong0618:v3_spicy_version_fix
yihong0618 wants to merge 1 commit intopymc-devs:v3from
yihong0618:v3_spicy_version_fix
Conversation
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
|
|
Member
|
I'm not sure what the errors are about, looks correct to me. |
Member
|
This is targeting the V3 branch that is no longer maintained. I am not surprised the CI no longer works as well. |
Member
|
Oh I missed that. @yihong0618 that is not really maintained anymore and we strongly recommend you to upgrade to pymc 5.6.0. |
This file contains hidden or 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
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.

What is this PR about?
We use pymc3 and need to upgrade the scipy version because the current locked version is < 1.81, preventing successful
installation.
this PR chore with the master that for scipy locked < 1.81
#5448