diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-07-31 14:44:37 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-07-31 14:44:37 +0200 |
commit | 53e30f454b06fb13ec6c0f3973f5cf4703a8231c (patch) | |
tree | 70604c0f2ecdb57936b110f5e6c622fe4c8f61f2 /resources/tools/presentation/requirements.txt | |
parent | 43564923e4615cb8d147b0bc213ca83313c0599c (diff) |
Trending: Set packages versions
Change-Id: I8d9298733652f16dbfa0c183602060eb4f727dfe
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/requirements.txt')
-rw-r--r-- | resources/tools/presentation/requirements.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/tools/presentation/requirements.txt b/resources/tools/presentation/requirements.txt index d7b18c9c23..62c1672beb 100644 --- a/resources/tools/presentation/requirements.txt +++ b/resources/tools/presentation/requirements.txt @@ -3,8 +3,8 @@ Sphinx==1.7.6 sphinx-rtd-theme==0.4.0 robotframework==2.9.2 sphinxcontrib-programoutput -PyYAML -numpy -pandas +PyYAML==5.1.1 +numpy=1.16.4 +pandas==0.24.2 plotly==3.3.0 -PTable +PTable==0.9.2 |