Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehyukchoi authored Nov 16, 2023
1 parent 14ada61 commit d9323cd
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 @@ -18,6 +18,6 @@
},
packages=["pyfeng"],
test_suite="tests",
install_requires=["numpy", "scipy"],
install_requires=["numpy", "scipy", "pandas"],
package_data={'pyfeng': ['data/*.xlsx']}
)

0 comments on commit d9323cd

Please sign in to comment.