diff --git a/python/setup.py b/python/setup.py index b88c7874..9a9c3208 100644 --- a/python/setup.py +++ b/python/setup.py @@ -111,7 +111,7 @@ 'pysparksearch.jars': ['*.jar'] }, license='http://www.apache.org/licenses/LICENSE-2.0', - install_requires=['pyspark==2.4.8'], + install_requires=['pyspark==3.3.1'], setup_requires=['pypandoc'], classifiers=[ 'Development Status :: 0.2.0 - Development/UnStable',