From f8a531ec687c8a99a24c27bc9af918cdb9088e43 Mon Sep 17 00:00:00 2001 From: frievoe97 Date: Tue, 27 Aug 2024 15:00:45 +0200 Subject: [PATCH] update requirements --- .github/workflows/release.yml | 8 +------- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4880aae..bf86eb1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,14 +18,8 @@ jobs: with: python-version: '3.11' - - name: Create Cython Constraint File - run: echo "Cython<3" > cython_constraint.txt - - name: Install Dependencies with Constraint - run: | - python -m pip install --upgrade setuptools # Aktualisiert setuptools - PIP_CONSTRAINT=cython_constraint.txt python -m pip install numpy==1.26.4 - PIP_CONSTRAINT=cython_constraint.txt python -m pip install -r requirements.txt + run: python -m pip install -r requirements.txt - name: Run Build Script run: | diff --git a/requirements.txt b/requirements.txt index 56377a1..093b27b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,5 +20,6 @@ six==1.16.0 urllib3==2.2.2 setuptools==73.0.1 pip==24.2 -pyinstaller==5.1 +pyinstaller==6.10.0 +