Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Dependency bumps to fix cleaninstall CI #3588

Merged
merged 11 commits into from Apr 17, 2021
6 changes: 3 additions & 3 deletions requirements.txt
@@ -1,7 +1,7 @@
boto3==1.9.246
botocore==1.12.246
coloredlogs==14.0
docutils==0.15
docutils<0.16,>=0.14
stephenroller marked this conversation as resolved.
Show resolved Hide resolved
emoji==0.5.4
docformatter==1.3.0
flake8-bugbear==19.8.0
Expand All @@ -21,7 +21,7 @@ pytest_regressions==2.1.1
pytest==5.3.2
pexpect==4.7.0
Pillow==8.1.1
py-gfm==0.1.4
py-gfm==1.0.2
py-rouge==1.1
pyyaml==5.4
pyzmq==18.1.0
Expand All @@ -35,7 +35,7 @@ scipy==1.4.1
sh==1.12.14
sphinx_rtd_theme==0.4.3
sphinx-autodoc-typehints==1.10.3
Sphinx==2.2.0
Sphinx<4,>=2
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was getting 4.0.0b1 for this one. Pre-release again.

subword-nmt==0.3.7
tensorboard==2.3.0
tensorboardX==2.1
Expand Down