Skip to content

Commit

Permalink
python: pin pillow version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Jan 3, 2025
1 parent 73b9310 commit 06ddc2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ enable = [
'pypy',
]
test-requires = [
"Pillow>=11.0.0",
"Pillow==11.0.0",
"pytest",
]
test-command = 'pytest -W error {project}/tests/python/module'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ flake8>=6.0.0
gcovr==8.2.0
isort>=5.12.0
numpy
Pillow>=10.4.0
Pillow==11.0.0
pipx>=1.7.1
pytest
pytest-xdist
Expand Down

0 comments on commit 06ddc2d

Please sign in to comment.