Skip to content

Commit ace25cd

Browse files
ctbluizirber
andauthored
MRG: update version of screed to >= 1.1,<2 (#2415)
Fixes #2394. The main update in screed from 1.0.5 to 1.1 was dib-lab/screed#90, which closes an unclosed file handle. This PR also puts an upper bound on the screed version. --------- Co-authored-by: Luiz Irber <[email protected]> Co-authored-by: Luiz Irber <[email protected]>
1 parent f328aa2 commit ace25cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ classifiers = [
7070
]
7171

7272
dependencies = [
73-
"screed>=1.0.5",
73+
"screed>=1.1.2,<2",
7474
"cffi>=1.14.0",
7575
"numpy",
7676
"matplotlib",

0 commit comments

Comments
 (0)