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

Remove conflicting setuptools upper pin #7045

Merged
merged 1 commit into from Jul 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/github/before_install.sh
Expand Up @@ -33,7 +33,7 @@ fi
perl -pi -e 's/numpy>=1.21.1/numpy>=1.21.1,<1.25/g' requirements/default.txt
perl -pi -e 's/numpy>=1.21.1/numpy>=1.21.1,<1.25/g' requirements/build.txt

python -m pip install --upgrade pip wheel "setuptools<=65.5"
python -m pip install --upgrade pip

# Install build time requirements
python -m pip install $PIP_FLAGS -r requirements/build.txt
Expand Down