We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637e009 commit c236f27Copy full SHA for c236f27
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "ks-llm-ranker"
7
-version = "0.1.4"
+version = "0.1.5"
8
description = "A Python library for knit_space operations."
9
readme = "README.md"
10
requires-python = ">=3.8"
@@ -26,7 +26,7 @@ dependencies = [
26
"groq==0.25.0",
27
"mistralai==1.7.1",
28
"mpmath==1.3.0",
29
- "numpy==1.26.4",
+ "numpy>=1.23,<1.26",
30
"openai==1.69.0",
31
"Pillow==11.1.0",
32
"requests==2.32.3",
0 commit comments