Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol authored Aug 17, 2020
1 parent 7e91dd8 commit eaf4ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
],
install_requires=['py4j==0.10.9', 'numpy', 'matplotlib', 'pandas'],
install_requires=['py4j', 'numpy', 'matplotlib', 'pandas'],
python_requires='>=3'
)

0 comments on commit eaf4ae7

Please sign in to comment.