Skip to content

Commit 0c91a25

Browse files
authored
Set max openai version (<1.0)
1 parent cc79413 commit 0c91a25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ build-backend = "setuptools.build_meta"
66
dependencies = [
77
"scikit-learn>=1.1.0",
88
"pandas>=1.5.0",
9-
"openai>=0.27.9",
9+
"openai>=0.27.9,<1.0",
1010
"tqdm>=4.60.0",
1111
"google-cloud-aiplatform>=1.27.0"
1212
]
1313
name = "scikit-llm"
14-
version = "0.4.1"
14+
version = "0.4.2"
1515
authors = [
1616
{ name="Oleg Kostromin", email="[email protected]" },
1717
{ name="Iryna Kondrashchenko", email="[email protected]" },

0 commit comments

Comments
 (0)