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

Commit 3b0b9e7

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

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
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 = [
6+
"Kosaku Kimura <[email protected]>",
7+
"Akira Ura <[email protected]>",
8+
]
69
license = "Apache-2.0"
710

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

1215
[tool.poetry.group.dev.dependencies]
1316
pytest = "^7.4.0"

0 commit comments

Comments
 (0)