Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Commit

Permalink
Update dependent pymilvus version (#203)
Browse files Browse the repository at this point in the history
Signed-off-by: zhenshan.cao <[email protected]>
  • Loading branch information
czs007 authored Jun 28, 2021
1 parent 83a8273 commit 875b8ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://test.pypi.org/simple/
pymilvus==2.0a1.dev55
pymilvus==2.0.0rc1
pandas
numpy
sklearn==0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
README = (HERE / 'README.md').read_text()

requirements = [
"pymilvus==2.0a1.dev55",
"pymilvus==2.0.0rc1",
"pandas==1.1.5; python_version<'3.7'",
"pandas==1.2.4; python_version>'3.6'",
]
Expand Down

0 comments on commit 875b8ba

Please sign in to comment.