Skip to content

Commit 2c11d01

Browse files
committed
chore: Update requirements and pre-commit workflow
1 parent 7a6cf19 commit 2c11d01

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
run: pip install pre-commit
2727

2828
- name: Run pre-commit
29-
run: pre-commit run --all-files
29+
run: pre-commit run --all-files --verbose

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ langchain-community==0.3.14
55
openai==1.59.8
66
langchain-openai==0.3.0
77
streamlit==1.41.1
8+
python-dotenv==1.0.1
9+
faiss-cpu==1.10.0
10+
pre_commit==4.1.0
811
setuptools
912
wheel
1013
twine

0 commit comments

Comments
 (0)