Skip to content

Commit

Permalink
Add scipy as a dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanbeg committed Mar 11, 2020
1 parent 3b44b76 commit 380d958
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
author='Marijan Beg and Hans Fangohr',
packages=setuptools.find_packages(),
include_package_data=True,
install_requires=['micromagneticmodel'],
install_requires=['micromagneticmodel',
'scipy'],
classifiers=['Development Status :: 3 - Alpha',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3 :: Only',
Expand Down

0 comments on commit 380d958

Please sign in to comment.