Skip to content

Commit

Permalink
Pin numpy to fix type tests
Browse files Browse the repository at this point in the history
  • Loading branch information
naglepuff committed Jan 20, 2025
1 parent 3b4a78c commit e16cf14
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,10 @@ def prerelease_local_scheme(version):
'cachetools',
'palettable',
'Pillow',
'numpy',
# Newer versions of numpy include some typing changes that may need to be addressed in
# large_image.
# https://github.com/numpy/numpy/issues/28076
'numpy<2.1.0',
'typing-extensions',
],
extras_require=extraReqs,
Expand Down

0 comments on commit e16cf14

Please sign in to comment.