mathtext / pyproject.toml
Hobson's picture
package mathtext for pip install -e .
5930a87
raw
history blame
958 Bytes
[tool.poetry]
name = "MathText"
version = "0.0.3"
authors = [
"Sebastian Larsen <sebastianlarson22@gmail.com>",
"Çetin ÇAKIR <cetincakirtr@gmail.com>",
"Hobson Lane <gitlab@totalgood.com>",
]
description = "Natural Language Understanding (text processing) for math symbols, digits, and words with a Gradio user interface and REST API."
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.7"
editdistance = "*"
gradio = "3.14.*"
httpx = "0.23.*"
matplotlib = "3.6.*"
pandas = "1.5.*"
pandas-gbq = "0.19.*"
pytest = "7.2.*"
python-dotenv = "0.21.*"
scikit-learn = "^1.2"
scikit-image = "^0.17"
spacy = "3.4.*"
torch = "1.12.*"
transformers = "4.24.*"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
# [build-system]
# requires = ["hatchling"]
# build-backend = "hatchling.build"
# repository = "https://gitlab.com/tangibleai/community/mathtext"