ads505-app / pyproject.toml
Taylor Kirk
updating uv lock
168cd0b
raw
history blame contribute delete
898 Bytes
[project]
name = "final-project"
version = "0.1.0"
description = "Analyzing customer review data from Amazon for final project for ADS505"
authors = [
{name = "Taylor Kirk",email = "tkirk@sandiego.edu"},
{name = "Sushama Kafle",email = "skafle@sandiego.edu"},
{name = "Luigi Salemi",email = "lsalemi@sandiego.edu"}
]
license = {text = "Apache 2.0"}
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"requests (>=2.32.5,<3.0.0)",
"pandas (>=2.3.2,<3.0.0)",
"scipy (>=1.16.2,<2.0.0)",
"scikit-learn (>=1.7.2,<2.0.0)",
"matplotlib (>=3.10.6,<4.0.0)",
"plotly (>=6.3.0,<7.0.0)",
"ipykernel (>=6.30.1,<7.0.0)",
"nbformat (>=5.10.4,<6.0.0)",
"nltk",
"streamlit",
"seaborn",
"emoji",
"openai>=2.13.0",
"wordcloud>=1.9.4",
"textstat>=0.7.12",
"pathlib>=1.0.1",
"joblib>=1.5.2",
"huggingface-hub>=1.2.3",
]