Skip to content

Commit d4b8a9a

Browse files
committed
only bump for python 3.9
1 parent 4cd9dbe commit d4b8a9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code-env/python/spec/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ spacy[lookups,ja,th]==3.5.2; python_version >= '3.9'
99
emoji==1.2.0
1010
tqdm==4.60.0
1111
matplotlib==3.3.1
12-
wordcloud==1.8.0; python_version <= '3.6'
13-
wordcloud==1.9.3; python_version > '3.6'
12+
wordcloud==1.8.0; python_version < '3.9'
13+
wordcloud==1.9.3; python_version >= '3.9'
1414
fonttools==4.14.0
1515
pathvalidate==2.3.0
1616
fastcore==1.3.19

0 commit comments

Comments
 (0)