Skip to content

Commit

Permalink
add scipy too setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolinmorgan committed Feb 6, 2024
1 parent a1ec93a commit 2beb05f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def unique_flatten_dict(d):
core_requires = [
'numpy',
'pandas',
'scipy',
'setuptools',
'typing-extensions',
'pyarrow>=0.15.0',
Expand Down

0 comments on commit 2beb05f

Please sign in to comment.