Skip to content

Commit

Permalink
doc: fix conan version in DEVELOPMENT.md (milvus-io#31414)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ashkrisk authored Mar 20, 2024
1 parent 6edd060 commit 1c55016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1c55016

Please sign in to comment.