Skip to content

Commit

Permalink
Add scipy to install_requires.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsnever committed Nov 30, 2024
1 parent c991562 commit d91faf4
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 @@ -113,7 +113,7 @@ def finalize_options(self):
"Topic :: Multimedia :: Graphics :: 3D Rendering",
"Topic :: Scientific/Engineering :: Physics"
],
install_requires=['numpy', 'matplotlib'],
install_requires=['numpy', 'scipy', 'matplotlib'],
packages=find_packages(),
include_package_data=True,
zip_safe= False,
Expand Down

0 comments on commit d91faf4

Please sign in to comment.