Skip to content

Commit d20f334

Browse files
authored
unpin numpy in tutorial 35 (#429)
1 parent f408847 commit d20f334

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

index.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ notebook = "35_Evaluating_RAG_Pipelines.ipynb"
110110
aliases = ["35_model_based_evaluation_of_rag_pipelines"]
111111
completion_time = "15 min"
112112
created_at = 2024-02-12
113-
dependencies = ["datasets>=2.6.1", "sentence-transformers", "numpy>2, <2.4"]
113+
dependencies = ["datasets>=2.6.1", "sentence-transformers"]
114114

115115
[[tutorial]]
116116
title = "Building an Agentic RAG with Fallback to Websearch"

tutorials/35_Evaluating_RAG_Pipelines.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@
9191
"\n",
9292
"pip install haystack-ai\n",
9393
"pip install \"datasets>=2.6.1\"\n",
94-
"pip install \"sentence-transformers>=4.1.0\"\n",
95-
"pip install \"numpy>2, <2.4\""
94+
"pip install \"sentence-transformers>=4.1.0\""
9695
]
9796
},
9897
{

0 commit comments

Comments
 (0)