Skip to content

Commit fb951af

Browse files
authored
Merge pull request #400 from stanford-oval/patch/requirement-change
[nit] loose requirements version restriction
2 parents 45ee413 + e999204 commit fb951af

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include requirements.txt
2+
include LICENSE
3+
include README.md

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ trafilatura
77
langchain-huggingface
88
qdrant-client
99
langchain-qdrant
10-
numpy==1.26.4
11-
litellm==1.59.3
10+
numpy
11+
litellm
1212
diskcache

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name="knowledge-storm",
19-
version="1.1.0",
19+
version="1.1.1",
2020
author="Yijia Shao, Yucheng Jiang",
2121
2222
description="STORM: A language model-powered knowledge curation engine.",

0 commit comments

Comments
 (0)