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 7298a42 commit 6d73920Copy full SHA for 6d73920
.github/workflows/build_python_connect40.yml
@@ -67,7 +67,7 @@ jobs:
67
./build/sbt -Phive Test/package
68
- name: Install Python dependencies
69
run: |
70
- pip install 'numpy' 'pyarrow>=18.0.0' 'pandas==2.3.3' scipy unittest-xml-reporting 'plotly<6.0.0' 'mlflow>=2.3.1' coverage 'matplotlib==3.7.2' openpyxl 'memory-profiler==0.60.0' 'scikit-learn==1.1.*'
+ pip install 'numpy' 'pyarrow>=18.0.0' 'pandas==2.2.3' scipy unittest-xml-reporting 'plotly<6.0.0' 'mlflow>=2.3.1' coverage 'matplotlib==3.7.2' openpyxl 'memory-profiler==0.60.0' 'scikit-learn==1.1.*'
71
72
# Add Python deps for Spark Connect.
73
pip install 'grpcio==1.67.0' 'grpcio-status==1.67.0' 'protobuf==5.29.5' 'googleapis-common-protos==1.65.0' 'graphviz==0.20.3'
0 commit comments