Skip to content

Commit 318aa6f

Browse files
committed
clean up pyproject.toml
1 parent 158f90c commit 318aa6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ name = "humanloop"
99
version = "0.8.36b1"
1010
description = "Humanloop Python SDK"
1111
readme = "README.md"
12+
authors = []
1213
keywords = []
1314
packages = [
1415
{ include = "humanloop", from = "src" },
@@ -72,7 +73,7 @@ openai = "^1.52.2"
7273
pandas = "^2.2.0"
7374
parse-type = ">=0.6.4"
7475
pyarrow = "^19.0.0"
75-
pytest-retry = "1.6.3"
76+
pytest-retry = "^1.6.3"
7677
python-dotenv = "^1.0.1"
7778
replicate = "^1.0.3"
7879
ruff = "^0.5.6"
@@ -93,6 +94,6 @@ line-length = 120
9394
humanloop = "humanloop.cli.__main__:cli"
9495

9596
[build-system]
96-
requires = ["poetry-core>=1.0.0"]
97+
requires = ["poetry-core"]
9798
build-backend = "poetry.core.masonry.api"
9899

0 commit comments

Comments
 (0)