diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-09-14 08:04:47 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-09-14 08:04:47 +0200 |
commit | 8ce2df561b011243f9138332058945e957d48d63 (patch) | |
tree | 4d21f7434d274a8f8c0d926e7a78e70f7185f117 | |
parent | ea6422fb3c6c36ab236aeda6fcc4fc6258ef7500 (diff) |
Requirements: Set version hdrhistogram==0.9.2
Change-Id: Ie9e49af7b19aa75ef95f10ff2c3a6c0efec013c6
Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r-- | requirements.txt | 2 | ||||
-rw-r--r-- | resources/tools/dash/app/requirements.txt | 2 | ||||
-rw-r--r-- | resources/tools/presentation/requirements.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index 52dc6b2d49..4f80632cd4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ scipy==1.8.1 # PAL/DOC dependencies boto3==1.17.78 botocore==1.20.78 -hdrhistogram==0.6.1 +hdrhistogram==0.9.2 pandas==1.4.2 plotly==4.1.1 PTable==0.9.2 diff --git a/resources/tools/dash/app/requirements.txt b/resources/tools/dash/app/requirements.txt index d09eecd2d9..6d2930365d 100644 --- a/resources/tools/dash/app/requirements.txt +++ b/resources/tools/dash/app/requirements.txt @@ -11,7 +11,7 @@ dash-table==5.0.0 Flask==2.0.2 Flask-Assets==2.0 Flask-Compress==1.10.1 -hdrhistogram==0.9.1 +hdrhistogram==0.9.2 future==0.18.2 intervaltree==3.1.0 itsdangerous==2.0.1 diff --git a/resources/tools/presentation/requirements.txt b/resources/tools/presentation/requirements.txt index 1c976e273e..88a3675717 100644 --- a/resources/tools/presentation/requirements.txt +++ b/resources/tools/presentation/requirements.txt @@ -7,7 +7,7 @@ numpy==1.17.3 pandas==0.25.3 plotly==4.1.1 PTable==0.9.2 -hdrhistogram==0.6.1 +hdrhistogram==0.9.2 urllib3==1.25.6 boto3==1.17.78 botocore==1.20.78 |