This is an automated email from the ASF dual-hosted git repository.

gaborgsomogyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new ab26175a82a [FLINK-33172][python] Bump numpy version
ab26175a82a is described below

commit ab26175a82a836da9edfaea6325038541e492a3e
Author: Gabor Somogyi <[email protected]>
AuthorDate: Sun Oct 1 13:12:06 2023 +0200

    [FLINK-33172][python] Bump numpy version
---
 flink-python/dev/dev-requirements.txt | 2 +-
 flink-python/setup.py                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-python/dev/dev-requirements.txt 
b/flink-python/dev/dev-requirements.txt
index bfede381ab1..167b12947c5 100755
--- a/flink-python/dev/dev-requirements.txt
+++ b/flink-python/dev/dev-requirements.txt
@@ -24,7 +24,7 @@ avro-python3>=1.8.1,!=1.9.2
 pandas>=1.3.0
 pyarrow>=5.0.0
 pytz>=2018.3
-numpy>=1.21.4
+numpy>=1.22.4
 fastavro>=1.1.0,!=1.8.0
 grpcio>=1.29.0,<=1.48.2
 grpcio-tools>=1.29.0,<=1.48.2
diff --git a/flink-python/setup.py b/flink-python/setup.py
index 4303cbf5a63..bfd821b6509 100644
--- a/flink-python/setup.py
+++ b/flink-python/setup.py
@@ -321,7 +321,7 @@ try:
                         'cloudpickle>=2.2.0', 'avro-python3>=1.8.1,!=1.9.2',
                         'pytz>=2018.3', 'fastavro>=1.1.0,!=1.8.0', 
'requests>=2.26.0',
                         'protobuf>=3.19.0',
-                        'numpy>=1.21.4',
+                        'numpy>=1.22.4',
                         'pandas>=1.3.0',
                         'pyarrow>=5.0.0',
                         'pemja==0.3.0;platform_system != "Windows"',

Reply via email to