mirror of https://github.com/milvus-io/milvus.git
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>pull/30888/head
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…
Reference in New Issue