Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit f121196

Browse files
committed
update dependencies
Signed-off-by: Kosaku Kimura <[email protected]>
1 parent 1cd2ad5 commit f121196

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pyproject.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
name = "sapientml-loaddata"
33
version = "0"
44
description = "A SapientML plugin of CodeBlockGenerator for loading dataset"
5-
authors = ["Kosaku Kimura <[email protected]>"]
5+
authors = ["The SapientML Authors"]
6+
maintainers = [
7+
"Kosaku Kimura <[email protected]>",
8+
"Akira Ura <[email protected]>",
9+
]
610
license = "Apache-2.0"
711

812
[tool.poetry.dependencies]
9-
python = ">=3.9,<3.13"
10-
sapientml = "^0.1.4"
13+
python = ">=3.10,<3.13"
14+
sapientml = "*"
1115

1216
[tool.poetry.group.dev.dependencies]
1317
pytest = "^7.4.0"

0 commit comments

Comments
 (0)