Skip to content

Commit 1c55016

Browse files
authored
doc: fix conan version in DEVELOPMENT.md (milvus-io#31414)
The conan version used in all the setup scripts was updated to `1.61.0` in milvus-io#27870. However, a line in the developer documentation was left out. Since the dependencies no longer install correctly with conan `1.58` (milvus-io#27869), all documentation should consistently use the updated version. Signed-off-by: Ashwin Krishna Kumar <ashwin.kumar6@ibm.com>
1 parent 6edd060 commit 1c55016

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Install Conan
131131
pip install conan==1.61.0
132132
```
133133

134-
Note: Conan version 2.x is not currently supported, please use version 1.58.
134+
Note: Conan version 2.x is not currently supported, please use version 1.61.
135135

136136
#### Go
137137

0 commit comments

Comments
 (0)