From a346d96a7318395c767859e4f5c20ab6ec877720 Mon Sep 17 00:00:00 2001 From: Max Bachmann Date: Tue, 9 Jan 2024 00:41:05 +0100 Subject: [PATCH] remove outdated dependency --- .github/workflows/releasebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releasebuild.yml b/.github/workflows/releasebuild.yml index 0d3cbc74..5016c462 100644 --- a/.github/workflows/releasebuild.yml +++ b/.github/workflows/releasebuild.yml @@ -22,7 +22,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pytest hypothesis pandas mypy rapidfuzz_capi Cython==3.0.7 + pip install pytest hypothesis pandas mypy Cython==3.0.7 # The cythonized files allow installation from the sdist without cython - name: Generate cython