We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e4f1d commit e250b78Copy full SHA for e250b78
pyproject.toml
@@ -1,7 +1,6 @@
1
[build-system]
2
requires = [
3
"setuptools>=70.0.0",
4
- "Mathics3>=9.0.0",
5
]
6
build-backend = "setuptools.build_meta"
7
@@ -13,7 +12,8 @@ dependencies = [
13
12
"Mathics3-Module-Base>=9.0.0",
14
"click>=8.0",
15
"joblib>=1.0.1",
16
- "langid", # replace with a supported newer package, e.g. via spacy
+ # replace with a supported newer package, e.g. via spacy
+ "langid",
17
"llvmlite>=0.36",
18
"nltk>=3.8.0",
19
"mpmath>=1.2.0",
@@ -61,4 +61,5 @@ packages = [
61
62
63
[tool.setuptools.dynamic]
64
-version = {attr = "pymathics.natlang.__version__"}
+#version = {attr = "pymathics.natlang.__version__"}
65
+version = "9.0.0"
0 commit comments