File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "acceptedPythonInterpreters" : [
33 " PYTHON36" ,
4- " PYTHON37"
4+ " PYTHON37" ,
5+ " PYTHON38" ,
6+ " PYTHON39" ,
7+ " PYTHON310"
58 ],
69 "forceConda" : false ,
710 "installCorePackages" : true ,
811 "installJupyterSupport" : true ,
9- "corePackagesSet" : " PANDAS10 "
12+ "corePackagesSet" : " AUTO "
1013}
Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ pymorphy2==0.9.1
44jieba == 0.42.1
55pyvi == 0.1
66regex == 2021.4.4
7- spacy [lookups,ja,th ]== 3.0.7
7+ spacy [lookups,ja,th ]== 3.0.7 ; python_version < '3.9'
8+ spacy [lookups,ja,th ]== 3.5.2 ; python_version >= '3.9'
89emoji == 0.6.0
910tqdm == 4.60.0
1011matplotlib == 3.3.1
11- wordcloud == 1.8.0
12+ wordcloud == 1.8.0 ; python_version < '3.9'
13+ wordcloud == 1.8.2.2 ; python_version >= '3.9'
1214fonttools == 4.14.0
1315pathvalidate == 2.3.0
1416fastcore == 1.3.1
You can’t perform that action at this time.
0 commit comments