mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
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 <ashwin.kumar6@ibm.com>
This commit is contained in:
parent
6edd06083f
commit
1c55016504
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user