Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
frievoe97 committed Aug 27, 2024
1 parent 2c801f0 commit f8a531e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit f8a531e

Please sign in to comment.