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" ,
@@ -46,11 +56,14 @@ classifiers = [
4656 " Topic :: Scientific/Engineering :: Mathematics" ,
4757 " Topic :: Software Development :: Interpreters" ,
4858]
49- dynamic = [" version" ]
59+
60+ version = " 9.0.0"
61+ # # FIXME: reinstate this
62+ # dynamic = ["version"]
5063
5164[project .urls ]
52- Homepage = " https://github.com/Mathics3/pymathics-natlang "
53- Downloads = " https://github.com/Mathics3/pymathics-natlang /releases"
65+ Homepage = " https://github.com/Mathics3/Mathics3-Module-nltk "
66+ Downloads = " https://github.com/Mathics3/Mathics3-Module-nltk /releases"
5467
5568[project .optional-dependencies ]
5669dev = [
@@ -62,7 +75,8 @@ packages = [
6275 " pymathics.natlang" ,
6376]
6477
65- [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__" }
78+ # # FIXME: reinstate this
79+ # [tool.setuptools.dynamic]
80+ # # We cannot load the version directly from pymathics.natlang.__init__,
81+ # # because it would try to import modules which are not already installed.
82+ # version = {attr = "pymathics.natlang.version.__version__"}
0 commit comments