Skip to content

Commit

Permalink
Added numpy as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ticoneva committed Sep 11, 2022
1 parent 19953d4 commit 7618ec4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@
author_email='ticoneva@gmail.com',
url='https://github.com/ticoneva/pystata-kernel',
install_requires=[
'jupyter-client', 'ipython', 'ipykernel','packaging', 'pandas', 'beautifulsoup4'
'jupyter-client',
'ipython',
'ipykernel',
'packaging',
'pandas',
'numpy',
'beautifulsoup4'
],
include_package_data=True,
classifiers=[
Expand Down

0 comments on commit 7618ec4

Please sign in to comment.