We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ad5dc commit cf55669Copy full SHA for cf55669
flink-python/dev/dev-requirements.txt
@@ -21,8 +21,8 @@ py4j==0.10.9.9
21
python-dateutil==2.9.0.post0
22
cloudpickle==3.1.1
23
avro-python3==1.10.2
24
-pandas==2.3.0; python_version >= '3.7'
25
-pandas==2.3.0; python_version < '3.7'
+pandas==2.3.1; python_version >= '3.7'
+pandas==2.3.1; python_version < '3.7'
26
pyarrow==20.0.0; python_version >= '3.7'
27
pyarrow==20.0.0; python_version < '3.7'
28
pytz>=2018.3
0 commit comments