11[build-system ]
22requires = [
3- " setuptools" ,
4- " sympy>=1.11,<1.13" ,
3+ " setuptools" ,
4+ " Mathics3-Module-Base" ,
5+ " Mathics3>=9.0.0" ,
56 " PatternLite" ,
67 " langid" , # replace with a supported newer package, e.g. via spacy
78 " matplotlib" ,
89 " mpmath>=1.2.0" ,
10+ " nltk>=3.8.0" ,
911 " numpy" ,
1012 " pycountry>=3.2.0" ,
1113 " pyenchant>=3.2.0" ,
@@ -19,13 +21,14 @@ build-backend = "setuptools.build_meta"
1921name = " Mathics3-natlang"
2022description = " Mathics3 Natural Language Toolkit module"
2123dependencies = [
22- " Mathics3>=8 .0.1 " ,
23- " Mathics3-Module-Base" ,
24+ " Mathics3>=9 .0.0 " ,
25+ " Mathics3-Module-Base>=9.0.0 " ,
2426 " click>=8.0" ,
2527 " joblib>=1.0.1" ,
2628 " langid" , # replace with a supported newer package, e.g. via spacy
2729 " llvmlite>=0.36" ,
2830 " nltk>=3.8.0" ,
31+ " mpmath>=1.2.0" ,
2932 " PatternLite" ,
3033 " pyenchant>=3.2.0" ,
3134 " pycountry>=3.2.0" ,
@@ -34,15 +37,14 @@ dependencies = [
3437]
3538requires-python = " >=3.10"
3639readme = " README.rst"
37- license = { text = " GPL" }
40+ license = " GPL-3.0-or-later "
3841keywords = [" Mathematica" , " Wolfram" , " Interpreter" , " Shell" , " Math" , " CAS" ]
3942maintainers = [
4043 {
name =
" Mathics Group" ,
email =
" [email protected] " },
4144]
4245classifiers = [
4346 " Intended Audience :: Developers" ,
4447 " Intended Audience :: Science/Research" ,
45- " License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
4648 " Programming Language :: Python" ,
4749 " Programming Language :: Python :: 3.10" ,
4850 " Programming Language :: Python :: 3.11" ,
0 commit comments