Skip to content

Commit be42db8

Browse files
committed
attempt to fix poetry
1 parent a20fb22 commit be42db8

File tree

2 files changed

+73
-63
lines changed

2 files changed

+73
-63
lines changed

poetry.lock

Lines changed: 70 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
2-
name = "bravium-nlp"
2+
name = "bravium-test-heitor"
33
version = "0.1.0"
4-
description = "NLP sentiment analysis project for Bravium's Internship program"
4+
description = ""
55
authors = [
66
{name = "heitor",email = "heitor.nolla@gmail.com"}
77
]
88
readme = "README.md"
9-
requires-python = ">=3.11.5 <3.12.0"
9+
requires-python = ">=3.11.5 <=3.12"
1010
dependencies = [
1111
"pandas (>=2.3.2,<3.0.0)",
1212
"numpy (>=2.3.3,<3.0.0)",

0 commit comments

Comments
 (0)