Skip to content

Commit 45f81de

Browse files
committed
Remove incorrect version comparison
1 parent a9ea365 commit 45f81de

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

python-recipes/vector-search/03_dtype_support.ipynb

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -77,35 +77,12 @@
7777
"Let's start with float16 and bfloat16 support"
7878
]
7979
},
80-
{
81-
"cell_type": "code",
82-
"execution_count": 2,
83-
"metadata": {},
84-
"outputs": [
85-
{
86-
"name": "stdout",
87-
"output_type": "stream",
88-
"text": [
89-
"\n",
90-
"\u001B[1m[\u001B[0m\u001B[34;49mnotice\u001B[0m\u001B[1;39;49m]\u001B[0m\u001B[39;49m A new release of pip is available: \u001B[0m\u001B[31;49m24.0\u001B[0m\u001B[39;49m -> \u001B[0m\u001B[32;49m25.0.1\u001B[0m\n",
91-
"\u001B[1m[\u001B[0m\u001B[34;49mnotice\u001B[0m\u001B[1;39;49m]\u001B[0m\u001B[39;49m To update, run: \u001B[0m\u001B[32;49mpip install --upgrade pip\u001B[0m\n",
92-
"Note: you may need to restart the kernel to use updated packages.\n"
93-
]
94-
}
95-
],
96-
"source": [
97-
"%pip install -q \"redis>=5.0.8\" \"redisvl>=0.4.1\" numpy sentence-transformers"
98-
]
99-
},
10080
{
10181
"metadata": {},
10282
"cell_type": "code",
10383
"outputs": [],
10484
"execution_count": null,
105-
"source": [
106-
"import redisvl\n",
107-
"assert redisvl.__version__ >= '0.3.4'"
108-
]
85+
"source": "%pip install -q \"redis>=5.0.8\" \"redisvl>=0.4.1\" numpy sentence-transformers"
10986
},
11087
{
11188
"metadata": {},

0 commit comments

Comments
 (0)