From e3ae9eca5c120e5d769b7e1b551baf570f85e19e Mon Sep 17 00:00:00 2001 From: David Perez-Suarez Date: Fri, 6 Dec 2024 15:58:36 +0000 Subject: [PATCH] Adds dependency that is normally not required locally for building cython --- .github/python/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/python/requirements.txt b/.github/python/requirements.txt index 14772bce..f84be979 100644 --- a/.github/python/requirements.txt +++ b/.github/python/requirements.txt @@ -5,3 +5,4 @@ jupyter-client==6.1.12 # https://github.com/jupyter/jupyter_client/issues/637 git+https://github.com/UCL-ARC-RSEing-with-Python/greeter.git line_profiler +setuptools # seems cython needs distutils for building ipython magic