Skip to content

Commit 585c032

Browse files
Merge pull request #86 from CausalInferenceLab/feature/85-fix-numpy-version
fix: update requirements.txt and .gitignore
2 parents 8124066 + 8741a19 commit 585c032

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ dist/
88
.venv/
99
test_lhm/
1010
.cursorignore
11-
.vscode
11+
.vscode
12+
table_info_db
13+
ko_reranker_local

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ langchain-google-genai>=2.1.3,<3.0.0
1717
langchain-ollama>=0.3.2,<0.4.0
1818
langchain-huggingface>=0.1.2,<0.2.0
1919
clickhouse_driver
20+
numpy<2.0

0 commit comments

Comments
 (0)