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 constraint #13912

Merged
merged 1 commit into from
Feb 3, 2023
Merged

Conversation

lhutton1
Copy link
Contributor

@lhutton1 lhutton1 commented Feb 3, 2023

Issue #13911 reported that newer versions of setuptools crash with the version constraint "<=1.23.*", this commit implements the suggested fix by using "<=1.23".

cc @mikeseven @driazati @leandron @Liam-Sturge

Issue apache#13911 reported that newer versions of setuptools
crash with the version constraint "<=1.23.*", this commit
implements the suggested fix by using "<=1.23".

Change-Id: Iec49e4324337a5e85fa1a8d267da6c7cf70a195e
@tvm-bot
Copy link
Collaborator

tvm-bot commented Feb 3, 2023

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

  • No users to auto-tag found, no teams are specified in PR title See #10317 for details

Generated by tvm-bot

Copy link
Contributor

@ashutosh-arm ashutosh-arm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @lhutton1.

@ashutosh-arm ashutosh-arm merged commit e34506c into apache:main Feb 3, 2023
@lhutton1 lhutton1 deleted the fix-numpy-constraint branch February 4, 2023 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants