Skip to content

Commit

Permalink
fix: updating pillow version for MacOS Apple Silicon installation (#270)
Browse files Browse the repository at this point in the history
* fix: Adding modifications to codecov.yml

* fix: updating pillow contraint

---------

Co-authored-by: Armando Banuelos <abanuelo@Armandos-MacBook-Pro.local>
Co-authored-by: Armando Banuelos <abanuelo@Armandos-MBP.lan>
  • Loading branch information
3 people authored May 22, 2024
1 parent e6832d1 commit abde0f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ comment:
cli:
plugins:
pycoverage:
report_type: "json"
report_type: "json"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"numpy ~= 1.24",
"opencv-python ~= 4.5",
"pegen >= 0.3.0",
"pillow ~= 9.1",
"pillow >= 9.1",
'pygame >= 2.1.3.dev8, <3; python_version >= "3.11"',
'pygame ~= 2.0; python_version < "3.11"',
"pyglet ~= 1.5",
Expand Down

0 comments on commit abde0f9

Please sign in to comment.