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 775ecac commit de2f581
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.12.5'

- name: Ensure pip is installed and upgraded
run: |
python -m ensurepip --upgrade
python -m pip install --upgrade pip
python-version: '3.11'

- name: Create Cython Constraint File
run: echo "Cython<3" > cython_constraint.txt
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
certifi==2023.5.7
certifi==2024.7.4
charset-normalizer==3.1.0
contourpy==1.1.0
cycler==0.11.0
fonttools==4.40.0
idna==3.4
fonttools==4.53.1
idna==3.8
kiwisolver==1.4.4
matplotlib==3.7.1
numpy==1.24.3
packaging==23.1
Pillow==9.5.0
Pillow==10.4.0
pygame==2.4.0
pygame-ce==2.2.1
pygame_gui==0.6.9
Expand All @@ -17,7 +17,7 @@ python-dateutil==2.8.2
python-i18n==0.3.9
requests==2.31.0
six==1.16.0
urllib3==2.0.3
urllib3==2.2.2
setuptools==73.0.1
pip==24.2

0 comments on commit de2f581

Please sign in to comment.