Pin setuptools version (#3278)

This commit is contained in:
Gyeongjae Choi 2022-11-21 16:03:53 +09:00 committed by GitHub
parent 6416122130
commit 923aea8221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ def install_reqs(env: IsolatedEnv, reqs: set[str]) -> None:
[
"cython",
"pythran",
"setuptools<65.6.0", # https://github.com/pypa/setuptools/issues/3693
]
)