Skip to content

Commit 97bb661

Browse files
Alexandre LandeauAlexandre Landeau
authored andcommitted
added python support (up to 3.10)
1 parent e950248 commit 97bb661

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

code-env/python/desc.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
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
}

code-env/python/spec/requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ pymorphy2==0.9.1
44
jieba==0.42.1
55
pyvi==0.1
66
regex==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'
89
emoji==0.6.0
910
tqdm==4.60.0
1011
matplotlib==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'
1214
fonttools==4.14.0
1315
pathvalidate==2.3.0
1416
fastcore==1.3.1

0 commit comments

Comments
 (0)