Skip to content

Commit d95ef07

Browse files
committed
fix marshmallow version
1 parent da70cc6 commit d95ef07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/ic-shared-milvus/restore-collection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
mkdir -p backup && tar xvzf backup.tar.gz -C ./backup
3939
4040
# Install the pymilvus package
41-
pip install -q pymilvus==2.3.7
41+
pip install -q pymilvus==2.3.7 marshmallow==3.26.1
4242
4343
cat << 'EOF' | python3
4444
import boto3, os, requests

0 commit comments

Comments
 (0)