Skip to content

Commit

Permalink
Merge pull request #1232 from girder/pin-pydantic
Browse files Browse the repository at this point in the history
Pin pydantic for rio-cog
  • Loading branch information
manthey authored Jun 30, 2023
2 parents 813c6a1 + a37a87c commit 8296337
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sources/rasterio/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ def prerelease_local_scheme(version):
],
extras_require={
'girder': f'girder-large-image{limit_version}',
'all': 'rio-cogeo',
'all': [
'rio-cogeo',
'pydantic<2',
],
},
keywords='large_image, tile source',
packages=find_packages(exclude=['test', 'test.*']),
Expand Down

0 comments on commit 8296337

Please sign in to comment.