Skip to content

Commit fa6e32a

Browse files
fix: fix dependencies
1 parent 51c12ce commit fa6e32a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tqdm~=4.67.1
22
openai~=1.99.1
33
python-dotenv~=1.0.1
4-
numpy<1.26
4+
numpy~=2.2.6
55
networkx~=3.4.2
66
graspologic
77
tiktoken~=0.8.0
@@ -19,6 +19,7 @@ langcodes~=3.4.1
1919
requests~=2.32.4
2020
fastapi~=0.115.6
2121
trafilatura~=2.0.0
22+
gensim~=4.4.3
2223

2324
leidenalg~=0.10.2
2425
igraph~=0.11.9

0 commit comments

Comments
 (0)