Skip to content

Commit 26bdd50

Browse files
authored
Merge pull request #23 from AutoLLM/fix-numpy
numpy version to 1.24.2
2 parents 5c7340d + e038542 commit 26bdd50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PyYAML==6.0
22
beautifulsoup4==4.12.2
3-
numpy==1.25.0
3+
numpy==1.24.2
44
openai==0.27.8
55
python-dotenv==1.0.0
66
pytz==2023.3
77
sendgrid==6.10.0
8-
tqdm==4.65.0
8+
tqdm==4.65.0

0 commit comments

Comments
 (0)