File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=61.0 " ]
2+ requires = [" setuptools>=68.0 " , " wheel " ]
33build-backend = " setuptools.build_meta"
44
55[project ]
66name = " ks-llm-ranker"
7- version = " 0.1.5 "
7+ version = " 0.1.6 "
88description = " A Python library for knit_space operations."
99readme = " README.md"
10- requires-python = " >=3.8"
10+ requires-python = " >=3.8,<3.13 "
1111license = {file = " LICENSE" }
1212classifiers = [
1313 " Programming Language :: Python :: 3" ,
1414 " License :: OSI Approved :: MIT License" ,
1515 " Operating System :: OS Independent" ,
1616]
17-
1817dependencies = [
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 ]
4342where = [" ." ]
44- include = [" knit_space*" ]
43+ include = [" knit_space*" ]
You can’t perform that action at this time.
0 commit comments