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

fix numpy version conflict w/ pyspark #940

Merged
merged 2 commits into from
Jan 4, 2023

Conversation

loomlike
Copy link
Collaborator

@loomlike loomlike commented Jan 4, 2023

Signed-off-by: Jun Ki Min 42475935+loomlike@users.noreply.github.com

Description

Latest numpy deprecated np.bool which conflicts with pyspark and pandas.
This PR pins the numpy version to use older one to resolve that. We can unpin later once pyspark resolves the issue.

How was this PR tested?

Local installation and check if np.bool can be accessed.

Does this PR introduce any user-facing changes?

  • No. You can skip the rest of this section.
  • Yes. Make sure to clarify your proposed changes.

Signed-off-by: Jun Ki Min <42475935+loomlike@users.noreply.github.com>
Signed-off-by: Jun Ki Min <42475935+loomlike@users.noreply.github.com>
@loomlike loomlike added the safe to test Tag to execute build pipeline for a PR from forked repo label Jan 4, 2023
@blrchen blrchen merged commit b6c1f0e into feathr-ai:main Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test Tag to execute build pipeline for a PR from forked repo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants