19 lines
415 B
TOML
19 lines
415 B
TOML
[project]
|
|
name = "customer-sentiment-analysis"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"lightgbm>=4.6.0",
|
|
"matplotlib>=3.10.8",
|
|
"pandas>=2.3.3",
|
|
"pandera>=0.28.1",
|
|
"polars>=1.37.1",
|
|
"scikit-learn>=1.8.0",
|
|
"seaborn>=0.13.2",
|
|
"streamlit>=1.52.2",
|
|
"pydantic>=2.9.2",
|
|
"python-dotenv>=1.0.0",
|
|
]
|