Skip to content

Commit 8d882e0

Browse files
committed
final
1 parent c236f27 commit 8d882e0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
[build-system]
2-
requires = ["setuptools>=61.0"]
2+
requires = ["setuptools>=68.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ks-llm-ranker"
7-
version = "0.1.5"
7+
version = "0.1.6"
88
description = "A Python library for knit_space operations."
99
readme = "README.md"
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.8,<3.13"
1111
license = {file = "LICENSE"}
1212
classifiers = [
1313
"Programming Language :: Python :: 3",
1414
"License :: OSI Approved :: MIT License",
1515
"Operating System :: OS Independent",
1616
]
17-
1817
dependencies = [
1918
"beautifulsoup4==4.13.3",
2019
"cerebras-cloud-sdk==1.35.0",
@@ -26,7 +25,7 @@ dependencies = [
2625
"groq==0.25.0",
2726
"mistralai==1.7.1",
2827
"mpmath==1.3.0",
29-
"numpy>=1.23,<1.26",
28+
"numpy>=1.23",
3029
"openai==1.69.0",
3130
"Pillow==11.1.0",
3231
"requests==2.32.3",
@@ -41,4 +40,4 @@ Homepage = "https://github.com/C-you-know/Action-Based-LLM-Testing-Harness"
4140

4241
[tool.setuptools.packages.find]
4342
where = ["."]
44-
include = ["knit_space*"]
43+
include = ["knit_space*"]

0 commit comments

Comments
 (0)