Skip to content

Commit

Permalink
Pin vineyard python version to 0.15.0 (#2933)
Browse files Browse the repository at this point in the history
Fixes #2931

Committed-by: siyuanzhang.zsy from Dev container
  • Loading branch information
siyuan0322 committed Jun 26, 2023
1 parent 25496f8 commit 50c7a1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions coordinator/requirements.txt
Expand Up @@ -4,8 +4,8 @@ grpcio-tools>=1.49
kubernetes>=24.2.0
protobuf>=4
PyYAML
vineyard>=0.14;sys_platform!="win32"
vineyard-io>=0.14;sys_platform!="win32"
vineyard==0.15.0;sys_platform!="win32"
vineyard-io==0.15.0;sys_platform!="win32"
prometheus-client>=0.14.1
# Avoid the `InvalidVersion` error of `setuptools`
# ref: https://github.com/pypa/setuptools/issues/3772
Expand Down
4 changes: 2 additions & 2 deletions python/requirements.txt
Expand Up @@ -21,6 +21,6 @@ PyYAML
rich
tqdm
click
vineyard>=0.15.0;sys_platform!="win32"
vineyard-io>=0.15.0;sys_platform!="win32"
vineyard==0.15.0;sys_platform!="win32"
vineyard-io==0.15.0;sys_platform!="win32"

0 comments on commit 50c7a1e

Please sign in to comment.