diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-09-27 10:35:51 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-10-03 07:59:08 +0000 |
commit | 43e969af97832930a122aca538ef271e714838b5 (patch) | |
tree | 2e75b7475697544a0f8477bbb10eccb7cd27f5d3 /resources/tools/presentation/requirements.txt | |
parent | 2eb470aa8b86bd11fb6365f0fd9a77ee026dc5aa (diff) |
PAL: Set plot.ly version to 4.1.1
Change-Id: I137ee807a2802fa1f7b5b635e1162bf7fff07a57
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/requirements.txt')
-rw-r--r-- | resources/tools/presentation/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/requirements.txt b/resources/tools/presentation/requirements.txt index 66a993df79..7845af3c76 100644 --- a/resources/tools/presentation/requirements.txt +++ b/resources/tools/presentation/requirements.txt @@ -6,5 +6,5 @@ sphinxcontrib-programoutput PyYAML==5.1.1 numpy==1.16.4 pandas==0.24.2 -plotly==3.3.0 +plotly==4.1.1 PTable==0.9.2 |