family_compatibility / pyproject.toml
Josephina's picture
last try work around
a4998d2
raw
history blame contribute delete
434 Bytes
[tool.poetry]
name = "family-compatibility"
version = "0.1.0"
description = ""
authors = ["Josephina Thiele <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
streamlit = "^1.39.0"
huggingface-hub = "^0.25.2"
spacy = "^3.8.2"
plotly = "^5.24.1"
python-dotenv = "^1.0.1"
spacy-streamlit = "^1.0.6"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"