Skip to content

Commit

Permalink
Merge pull request #853 from IanCa/develop
Browse files Browse the repository at this point in the history
add wordcloud to setup requirements.  Restore init file
  • Loading branch information
VisLab committed Feb 6, 2024
2 parents 7c05a54 + 7147d09 commit b733f97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hed/tools/visualization/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@

from .tag_word_cloud import create_wordcloud, summary_to_dict, word_cloud_to_svg
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ dependencies = [
"pytz",
"rdflib",
"semantic-version",
"six"
"six",
"wordcloud"
]

[project.urls]
Expand Down

0 comments on commit b733f97

Please sign in to comment.