Skip to content

Commit 78cf72f

Browse files
committed
build: update wordcloud
1 parent 5e14b57 commit 78cf72f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies = [
5959
# might be broken by their updates. We want to
6060
# manually update these dependencies.
6161
'plotly==5.14.1',
62-
"wordcloud==1.8.2.2; python_version < '3.11'",
62+
"wordcloud==1.9.2",
6363

6464
# This is a temporary fix for kaleido hanging on image generation on Windows
6565
# See: https://github.com/plotly/Kaleido/issues/110

truelearn/tests/test_utils_visualisations.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -496,10 +496,6 @@ def test_top_n(self, resources):
496496
return plotter
497497

498498

499-
@pytest.mark.skipif(
500-
sys.version_info >= (3, 11),
501-
reason="WordPlotter only supports Python version < 3.11",
502-
)
503499
class TestWordPlotter:
504500
# no way to test this in a cross-platform way
505501
# because wordcloud renders the same font differently on different operating systems

0 commit comments

Comments
 (0)