Skip to content

Commit

Permalink
Pin tinycolor2
Browse files Browse the repository at this point in the history
It wont work with tests in newer versions without changes.
  • Loading branch information
manthey committed Jan 5, 2023
1 parent 297f5f5 commit 9d0ee29
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

### Bug Fixes
- Better output new vips images as float32 ([#1016](../../pull/1016))
- Pin tinycolor2 for annotations ([#1018](../../pull/1018))

## 1.18.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@girder/large_image": "*"
},
"dependencies": {
"tinycolor2": "^1.4.1"
"tinycolor2": "~1.4.1"
},
"main": "./index.js",
"girderPlugin": {
Expand Down
2 changes: 0 additions & 2 deletions large_image/cache_util/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ def wrapper(self, *args, **kwargs):


class LruCacheMetaclass(type):
"""
"""
namedCaches = {}
classCaches = {}

Expand Down

0 comments on commit 9d0ee29

Please sign in to comment.