Skip to content

Commit

Permalink
Move python dependencies into tests_require (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Jan 4, 2024
1 parent 64dfc1e commit 13109b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
author="Enrico Minack",
author_email="github@enrico.minack.dev",
url="https://github.com/G-Research/spark-extension",
install_requires=[f"pyspark>={spark_compat_version},<4", "py4j"],
tests_require=[f"pyspark~={spark_compat_version}.0", "py4j"],
packages=[
"gresearch",
"gresearch.spark",
Expand Down

0 comments on commit 13109b8

Please sign in to comment.