Skip to content

Commit c236f27

Browse files
committed
final
1 parent 637e009 commit c236f27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ks-llm-ranker"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "A Python library for knit_space operations."
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -26,7 +26,7 @@ dependencies = [
2626
"groq==0.25.0",
2727
"mistralai==1.7.1",
2828
"mpmath==1.3.0",
29-
"numpy==1.26.4",
29+
"numpy>=1.23,<1.26",
3030
"openai==1.69.0",
3131
"Pillow==11.1.0",
3232
"requests==2.32.3",

0 commit comments

Comments
 (0)