Skip to content

Commit e250b78

Browse files
authored
Update pyproject.toml
1 parent e2e4f1d commit e250b78

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[build-system]
22
requires = [
33
"setuptools>=70.0.0",
4-
"Mathics3>=9.0.0",
54
]
65
build-backend = "setuptools.build_meta"
76

@@ -13,7 +12,8 @@ dependencies = [
1312
"Mathics3-Module-Base>=9.0.0",
1413
"click>=8.0",
1514
"joblib>=1.0.1",
16-
"langid", # replace with a supported newer package, e.g. via spacy
15+
# replace with a supported newer package, e.g. via spacy
16+
"langid",
1717
"llvmlite>=0.36",
1818
"nltk>=3.8.0",
1919
"mpmath>=1.2.0",
@@ -61,4 +61,5 @@ packages = [
6161
]
6262

6363
[tool.setuptools.dynamic]
64-
version = {attr = "pymathics.natlang.__version__"}
64+
#version = {attr = "pymathics.natlang.__version__"}
65+
version = "9.0.0"

0 commit comments

Comments
 (0)