Skip to content

Commit 5a49f25

Browse files
committed
finalized toml
1 parent 531b723 commit 5a49f25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "huggingface-sentiment-analysis"
77
version = "1.0.0"
8-
description = "An example of sentiment analysis using Hugging Face instead of LLMs"
8+
description = "An example of sentiment analysis using Hugging Face instead of expensive LLM tokens."
99
readme="README.md"
1010
authors = [
1111
{name = "David Mickelson", email = "[email protected]"}
@@ -18,6 +18,7 @@ repository = "https://github.com/dmickelson/SentimentAnalysisWithHuggingFaceProj
1818

1919
[project.dependencies]
2020
# Add your project dependencies here
21+
python = "^3.9"
2122
pandas = "^2.0"
2223
numpy = "^1.24"
2324
requests = "^2.28"

0 commit comments

Comments
 (0)