Skip to content

Commit 73c88cc

Browse files
author
Calvin Wang
committed
Merge branch 'master' of github.com:awslabs/python-deequ into dev
2 parents 9e128e3 + 522f9bf commit 73c88cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ def setup_package():
2222
"Programming Language :: Python :: 3",
2323
"License :: OSI Approved :: Apache Software License"
2424
],
25-
install_requires=['pyspark==2.4.7', 'pandas'],
25+
install_requires=['pandas'],
2626
setup_requires=['pyspark==2.4.7', 'pytest-runner', 'pandas'],
27-
tests_require=['pyspark==2.4.7','pytest', 'pandas']
27+
tests_require=['pyspark==2.4.7', 'pytest', 'pandas']
2828

2929
)
3030

0 commit comments

Comments
 (0)