Skip to content

Commit

Permalink
Cap wordcloud and pillow
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 16, 2024
1 parent 226c84b commit ad825e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ show_error_codes = true
[tool.snippet-fmt]
directives = [ "code-block",]

[tool.dep_checker]
allowed_unused = [ "pillow",]

[tool.dependency-dash."requirements.txt"]
order = 10

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ matplotlib==3.2.2; platform_machine == "aarch64" and python_version == "3.6"
matplotlib<3.4.0,>=3.2.2; platform_machine != "aarch64" or python_version > "3.6"
numpy>=1.19.2; platform_system != "Windows"
numpy!=1.19.4,>=1.19.3; platform_system == "Windows"
pillow<10
pygments>=2.7.4
southwark>=0.8.0
wordcloud>=1.8.0
wordcloud<1.9.0,>=1.8.0

0 comments on commit ad825e2

Please sign in to comment.