Skip to content

Commit

Permalink
Merge pull request #1163 from girder/require-newer-girder
Browse files Browse the repository at this point in the history
Require a newer version of girder.
  • Loading branch information
manthey authored May 22, 2023
2 parents af524dc + 4d4639d commit 1889f7d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

### Changes
- Rename tiff exceptions to be better follow python standards ([#1162](../../pull/1162))
- Require a newer version of girder ([#1163](../../pull/1163))

### Bug Fixes
- The deepzoom tile source misreported the format of its tile output ([#1158](../../pull/1158))
Expand Down
2 changes: 1 addition & 1 deletion girder/girder_large_image/web_client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"vue-color": "^2.8.1",
"vue-loader": "~15.9.8",
"vue-template-compiler": "~2.6.14",
"webpack": "^2.7.0",
"webpack": "^3",
"yaml": "^2.1.1"
},
"main": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion girder/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def prerelease_local_scheme(version):
'Programming Language :: Python :: 3.11',
],
install_requires=[
'girder>=3.0.4',
'girder>=3.1.18',
'girder-jobs>=3.0.3',
f'large_image{limit_version}',
'importlib-metadata<5 ; python_version < "3.8"',
Expand Down
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Top level dependencies
girder>=3.0.4 ; python_version < '3.8'
girder>=3.0.14 ; python_version >= '3.8'
girder>=3.1.18
girder-jobs>=3.0.3
-e sources/bioformats
-e sources/deepzoom
Expand Down
3 changes: 1 addition & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Top level dependencies
girder>=3.0.4 ; python_version < '3.8'
girder>=3.0.14 ; python_version >= '3.8'
girder>=3.1.18
girder-jobs>=3.0.3
sources/bioformats
sources/deepzoom
Expand Down

0 comments on commit 1889f7d

Please sign in to comment.