Skip to content

Commit eeb82cb

Browse files
authored
ret-opt 0.4.1 => 0.4.2 fixes numpy conflict (#126)
* bump version headers * Update python-recipes/semantic-router/01_routing_optimization.ipynb
1 parent 5d4cdc2 commit eeb82cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python-recipes/semantic-router/01_routing_optimization.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
{
3232
"cell_type": "code",
33-
"execution_count": 1,
33+
"execution_count": null,
3434
"id": "c620286e",
3535
"metadata": {},
3636
"outputs": [
@@ -46,7 +46,7 @@
4646
}
4747
],
4848
"source": [
49-
"%pip install -q sentence-transformers ranx \"redisvl>=0.6.0\" \"redis-retrieval-optimizer>=0.2.0\""
49+
"%pip install -q sentence-transformers ranx \"redisvl>=0.6.0\" \"redis-retrieval-optimizer>=0.4.2\""
5050
]
5151
},
5252
{

0 commit comments

Comments
 (0)