From 0b378d6727ee018a1e861514c7351f1b02b9ee08 Mon Sep 17 00:00:00 2001 From: Gyeongjae Choi Date: Tue, 14 Feb 2023 02:55:41 +0900 Subject: [PATCH] Remove globally pinned build requirements (#3577) --- pyodide-build/pyodide_build/pypabuild.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pyodide-build/pyodide_build/pypabuild.py b/pyodide-build/pyodide_build/pypabuild.py index 6e17f5cd9..065c34693 100644 --- a/pyodide-build/pyodide_build/pypabuild.py +++ b/pyodide-build/pyodide_build/pypabuild.py @@ -74,17 +74,6 @@ def install_reqs(env: IsolatedEnv, reqs: set[str]) -> None: reqs, get_unisolated_packages() + AVOIDED_REQUIREMENTS ) ) - # Some packages (numcodecs) don't declare cython as a build dependency and - # only recythonize if it is present. We need them to always recythonize so - # we always install cython. If the reqs included some cython version already - # then this won't do anything. - env.install( - [ - "cython", - "pythran", - "setuptools<65.6.0", # https://github.com/pypa/setuptools/issues/3693 - ] - ) def _build_in_isolated_env(