Skip to content

Commit

Permalink
[FLINK-33172][python] Bump numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborgsomogyi committed Oct 1, 2023
1 parent b25b57c commit ab26175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flink-python/dev/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion flink-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def extracted_output_files(base_dir, file_path, output_directory):
'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"',
Expand Down

0 comments on commit ab26175

Please sign in to comment.