diff options
Diffstat (limited to 'graphics/py-imageio/files/patch-setup.py')
-rw-r--r-- | graphics/py-imageio/files/patch-setup.py | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/graphics/py-imageio/files/patch-setup.py b/graphics/py-imageio/files/patch-setup.py index 795ebaad2833..bab5ba4a6a6f 100644 --- a/graphics/py-imageio/files/patch-setup.py +++ b/graphics/py-imageio/files/patch-setup.py @@ -1,11 +1,11 @@ ---- setup.py.orig 2024-08-13 04:41:56 UTC +--- setup.py.orig 2024-10-14 02:48:52 UTC +++ setup.py -@@ -117,7 +117,7 @@ extras_require = { - # TODO: move this to cpython_only_plugins when python 3.8 support is dropped - "rawpy": [ - "rawpy", -- "numpy>2", -+ "numpy", - ], # rawpy doesn't support python 3.8 (due to numpy > 2 requirement) - "pillow-heif": ["pillow-heif"], # pillow-heif doesn#t support py3.8 on MacOS ARM +@@ -104,7 +104,7 @@ cpython_only_plugins = { + + cpython_only_plugins = { + "fits": ["astropy"], +- "rawpy": ["rawpy", "numpy>2"], ++ "rawpy": ["rawpy", "numpy"], } + + extras_require = { |