11[build-system ]
22requires = [
3- " setuptools>=70.0.0" ,
4- " wheel" ,
3+ " setuptools" ,
4+ " Mathics3-Module-Base" ,
5+ " Mathics3>=9.0.0" ,
6+ " PatternLite" ,
7+ " langid" , # replace with a supported newer package, e.g. via spacy
8+ " matplotlib" ,
9+ " mpmath>=1.2.0" ,
10+ " nltk>=3.8.0" ,
11+ " numpy" ,
12+ " pycountry>=3.2.0" ,
13+ " pyenchant>=3.2.0" ,
14+ " scipy>=1.10.0" ,
15+ " spacy>=3.4" ,
16+ " wasabi<1.1.0,>=0.8.2" ,
517]
618build-backend = " setuptools.build_meta"
719
820[project ]
9- name = " Mathics3-natlang "
21+ name = " Mathics3-Module-nltk "
1022description = " Mathics3 Natural Language Toolkit module"
1123dependencies = [
12- " setuptools>=70.0.0" ,
1324 " Mathics3>=9.0.0" ,
1425 " Mathics3-Module-Base>=9.0.0" ,
1526 " click>=8.0" ,
1627 " joblib>=1.0.1" ,
17- # replace with a supported newer package, e.g. via spacy
18- " langid" ,
28+ " langid" , # replace with a supported newer package, e.g. via spacy
1929 " llvmlite>=0.36" ,
2030 " nltk>=3.8.0" ,
2131 " mpmath>=1.2.0" ,
@@ -49,8 +59,8 @@ classifiers = [
4959dynamic = [" version" ]
5060
5161[project .urls ]
52- Homepage = " https://github.com/Mathics3/pymathics-natlang "
53- Downloads = " https://github.com/Mathics3/pymathics-natlang /releases"
62+ Homepage = " https://github.com/Mathics3/Mathics3-Module-nltk "
63+ Downloads = " https://github.com/Mathics3/Mathics3-Module-nltk /releases"
5464
5565[project .optional-dependencies ]
5666dev = [
@@ -63,6 +73,4 @@ packages = [
6373]
6474
6575[tool .setuptools .dynamic ]
66- # We cannot load the version directly from pymathics.natlang.__init__,
67- # because it would try to import modules which are not already installed.
68- version = {attr = " pymathics.natlang.version.__version__" }
76+ version = {attr = " pymathics.natlang.__version__" }
0 commit comments