commit | 1601c953ebbbef0e1908164842e8f6ce974fd25e | [log] [tgz] |
---|---|---|
author | Ievgeniia Zadorozhna <izadorozhna@mirantis.com> | Wed Jul 31 18:46:57 2024 +0200 |
committer | Ievgeniia Zadorozhna <izadorozhna@mirantis.com> | Wed Jul 31 19:00:59 2024 +0200 |
tree | 84bd1c09a7aa42d597615a4b0d013d8d4c0e1463 | |
parent | 21517713a3e9aa703753703161c5c56a690c5d2c [diff] |
Fixed numpy version in the requirements Related-PROD: PROD-36943 Change-Id: Id8ab15ae4b5d17cd1cb982fd4baf63ba33a07673
diff --git a/requirements.txt b/requirements.txt index 19159fc..4f85fd1 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -1,6 +1,6 @@ jinja2 # BSD License (BSD-3-Clause) kubernetes==26.1.* -pandas==1.5.3 # BSD License (BSD-3-Clause) +pandas==2.2.2 # BSD License (BSD-3-Clause) paramiko==2.7.2 # LGPLv2.1+ pytest==7.4.4 # MIT python-cinderclient==6.0.0 # Apache-2.0