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.
2 parents 9e128e3 + 522f9bf commit 73c88ccCopy full SHA for 73c88cc
setup.py
@@ -22,9 +22,9 @@ def setup_package():
22
"Programming Language :: Python :: 3",
23
"License :: OSI Approved :: Apache Software License"
24
],
25
- install_requires=['pyspark==2.4.7', 'pandas'],
+ install_requires=['pandas'],
26
setup_requires=['pyspark==2.4.7', 'pytest-runner', 'pandas'],
27
- tests_require=['pyspark==2.4.7','pytest', 'pandas']
+ tests_require=['pyspark==2.4.7', 'pytest', 'pandas']
28
29
)
30
0 commit comments