11[build-system ]
22requires = [
3- " setuptools" ,
4- " sympy>=1.11,<1.13" ,
3+ " setuptools" ,
54 " PatternLite" ,
65 " langid" , # replace with a supported newer package, e.g. via spacy
76 " matplotlib" ,
87 " mpmath>=1.2.0" ,
8+ " nltk>=3.8.0" ,
99 " numpy" ,
1010 " pycountry>=3.2.0" ,
1111 " pyenchant>=3.2.0" ,
1212 " scipy>=1.10.0" ,
1313 " spacy>=3.4" ,
1414 " wasabi<1.1.0,>=0.8.2" ,
15+ " Mathics3>=9.0.0" ,
16+ " Mathics3-Module-Base" ,
1517]
1618build-backend = " setuptools.build_meta"
1719
1820[project ]
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
@@ -34,15 +36,14 @@ dependencies = [
3436]
3537requires-python = " >=3.10"
3638readme = " README.rst"
37- license = { text = " GPL" }
39+ license = " GPL-3.0-or-later "
3840keywords = [" Mathematica" , " Wolfram" , " Interpreter" , " Shell" , " Math" , " CAS" ]
3941maintainers = [
4042 {
name =
" Mathics Group" ,
email =
" [email protected] " },
4143]
4244classifiers = [
4345 " Intended Audience :: Developers" ,
4446 " Intended Audience :: Science/Research" ,
45- " License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
4647 " Programming Language :: Python" ,
4748 " Programming Language :: Python :: 3.10" ,
4849 " Programming Language :: Python :: 3.11" ,
0 commit comments