Skip to content

Commit

Permalink
Merge pull request #1150 from girder/fix-deps-versions
Browse files Browse the repository at this point in the history
Fix a version reference in the source extras_require
  • Loading branch information
manthey authored May 5, 2023
2 parents 10e1f72 + 5f9f267 commit dc9f024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- Allow clearing the min/max fields of the frame selector ([#1130](../../pull/1130))
- Fix a bug with caching tiles and styling ([#1131](../../pull/1131))
- Fix setting minimum values on bands from the frame selector ([#1138](../../pull/1138))
- Fix a version reference in the source extras_require ([#1150](../../pull/1150))

## 1.20.5

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def prerelease_local_scheme(version):
'pil': [f'large-image-source-pil{limit_version}'],
'test': [f'large-image-source-test{limit_version}'],
'tiff': [f'large-image-source-tiff{limit_version}'],
'tifffile': [f'large-image-source-tifffile{limit_version}'],
'tifffile': [f'large-image-source-tifffile{limit_version} ; python_version >= "3.7"'],
'vips': [f'large-image-source-vips{limit_version}'],
}
extraReqs.update(sources)
Expand Down

0 comments on commit dc9f024

Please sign in to comment.