Skip to content

Commit

Permalink
Merge pull request #1744 from girder/unpin-package
Browse files Browse the repository at this point in the history
Unpin a package
  • Loading branch information
manthey authored Dec 16, 2024
2 parents 7b3ccc8 + af23712 commit a4b8f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sources/multi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def prerelease_local_scheme(version):
keywords='large_image, tile source',
packages=find_packages(exclude=['test', 'test.*']),
url='https://github.com/girder/large_image',
python_requires='>=3.6',
python_requires='>=3.8',
entry_points={
'large_image.source': [
'multi = large_image_source_multi:MultiFileTileSource',
Expand Down
2 changes: 1 addition & 1 deletion sources/pil/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def prerelease_local_scheme(version):
],
extras_require={
'all': [
'rawpy ; python_version < "3.13"',
'rawpy',
'pillow-heif',
'pillow-jxl-plugin',
'pillow-jpls',
Expand Down

0 comments on commit a4b8f23

Please sign in to comment.