This is an automated email from the ASF dual-hosted git repository.
zakelly pushed a commit to branch release-2.0
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-2.0 by this push:
new f9a35f35cc2 [FLINK-38060][ci] Fix github action failed to build python
wheel on linux (#27120)
f9a35f35cc2 is described below
commit f9a35f35cc2063dbe9b84896c7bf73feba6babe9
Author: Zakelly <[email protected]>
AuthorDate: Wed Oct 15 17:12:23 2025 +0800
[FLINK-38060][ci] Fix github action failed to build python wheel on linux
(#27120)
(cherry picked from commit 8ea1ab551c89a1187338c1a1c61728bfb7019eba)
Co-authored-by: fengli <[email protected]>
---
flink-python/dev/dev-requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flink-python/dev/dev-requirements.txt
b/flink-python/dev/dev-requirements.txt
index 08b6a61b36a..4f726b489e1 100755
--- a/flink-python/dev/dev-requirements.txt
+++ b/flink-python/dev/dev-requirements.txt
@@ -24,7 +24,7 @@ avro>=1.12.0
pandas>=1.3.0,<2.3
pyarrow>=5.0.0,<21.0.0
pytz>=2018.3
-numpy>=1.22.4,!=2.3.0
+numpy>=1.22.4,<2.3.0
fastavro>=1.1.0,!=1.8.0
grpcio>=1.29.0,<=1.50.0
grpcio-tools>=1.29.0,<=1.50.0