Skip to content

Commit

Permalink
Pin tabulate (see Azure/azure-cli#20887)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladsavelyev committed Feb 21, 2022
1 parent 0b3e5a6 commit 6e05c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ python-json-logger==0.1.11
requests==2.25.1
setuptools>=38.6.0
sortedcontainers==2.1.0
tabulate==0.8.3
tabulate==0.8.9
tqdm==4.42.1
twine>=1.11.0
urllib3==1.26.5
Expand Down
2 changes: 1 addition & 1 deletion hail/python/test/hailtop/hailctl/dataproc/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def deploy_metadata():
return {
"wheel": "gs://hail-common/hailctl/dataproc/test-version/hail-test-version-py3-none-any.whl",
"init_notebook.py": "gs://hail-common/hailctl/dataproc/test-version/init_notebook.py",
"pip_dependencies": "aiohttp>=3.6,<3.7|aiohttp_session>=2.7,<2.8|asyncinit>=0.2.4,<0.3|bokeh>1.1,<1.3|decorator<5|gcsfs==0.2.1|humanize==1.0.0|hurry.filesize==0.9|nest_asyncio|numpy<2|pandas>0.24,<0.26|parsimonious<0.9|PyJWT|python-json-logger==0.1.11|requests>=2.21.0,<2.21.1|scipy>1.2,<1.4|tabulate==0.8.3|tqdm==4.42.1|",
"pip_dependencies": "aiohttp>=3.6,<3.7|aiohttp_session>=2.7,<2.8|asyncinit>=0.2.4,<0.3|bokeh>1.1,<1.3|decorator<5|gcsfs==0.2.1|humanize==1.0.0|hurry.filesize==0.9|nest_asyncio|numpy<2|pandas>0.24,<0.26|parsimonious<0.9|PyJWT|python-json-logger==0.1.11|requests>=2.21.0,<2.21.1|scipy>1.2,<1.4|tabulate==0.8.9|tqdm==4.42.1|",
"vep-GRCh37.sh": "gs://hail-common/hailctl/dataproc/test-version/vep-GRCh37.sh",
"vep-GRCh38.sh": "gs://hail-common/hailctl/dataproc/test-version/vep-GRCh38.sh",
}

0 comments on commit 6e05c92

Please sign in to comment.