From 1c55016504760adc534dd9dc96695db686924aff Mon Sep 17 00:00:00 2001 From: Ashwin Krishna Kumar Date: Wed, 20 Mar 2024 07:53:07 +0530 Subject: [PATCH] doc: fix conan version in DEVELOPMENT.md (#31414) The conan version used in all the setup scripts was updated to `1.61.0` in https://github.com/milvus-io/milvus/pull/27870. However, a line in the developer documentation was left out. Since the dependencies no longer install correctly with conan `1.58` (https://github.com/milvus-io/milvus/issues/27869), all documentation should consistently use the updated version. Signed-off-by: Ashwin Krishna Kumar --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index efce9c0df4..533e90a752 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -131,7 +131,7 @@ Install Conan pip install conan==1.61.0 ``` -Note: Conan version 2.x is not currently supported, please use version 1.58. +Note: Conan version 2.x is not currently supported, please use version 1.61. #### Go