Skip to content

Commit

Permalink
Require numpy in package
Browse files Browse the repository at this point in the history
  • Loading branch information
dunnkers committed Jul 15, 2022
1 parent e546b43 commit 81d21fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
LONG_DESC = fh.read()
setup(
name="pyspark-bucketmap",
version="0.0.3",
version="0.0.4",
py_modules=['pyspark_bucketmap'],
scripts=['pyspark_bucketmap.py'],
description="Easily group pyspark data into buckets and map them to different values.",
Expand All @@ -29,6 +29,7 @@
install_requires=[
"pyspark>=1.4.0",
"overrides>=4.0.0",
"numpy>=1.19.0"
],
python_requires=">= 3.7",
setup_requires=[],
Expand Down

0 comments on commit 81d21fd

Please sign in to comment.