Skip to content

Commit

Permalink
MRG: update version of screed to >= 1.1,<2 (#2415)
Browse files Browse the repository at this point in the history
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 <contact+github@luizirber.org>
Co-authored-by: Luiz Irber <luizirber@users.noreply.github.com>
  • Loading branch information
3 people committed Mar 5, 2023
1 parent f328aa2 commit ace25cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ classifiers = [
]

dependencies = [
"screed>=1.0.5",
"screed>=1.1.2,<2",
"cffi>=1.14.0",
"numpy",
"matplotlib",
Expand Down

0 comments on commit ace25cd

Please sign in to comment.