Skip to content

Commit 9ff98b6

Browse files
authored
fix: kbqa_cq_ru error on Python 3.8/3.9 (#1609)
1 parent cbff0bb commit 9ff98b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ aio-pika>=3.2.2,<6.9.0
22
fastapi>=0.47.0,<0.78.0
33
filelock>=3.0.0,<3.8.0
44
nltk>=3.2.5,<3.8.0
5-
numpy
5+
numpy<1.24
66
overrides==4.1.2
77
pandas>=1.0.0,<1.5.0
88
prometheus-client>=0.13.0,<0.15.0

0 commit comments

Comments
 (0)