Skip to content

Commit

Permalink
'add numpy requirement'
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdelabarrera committed Dec 2, 2022
1 parent d1c3790 commit 0a6a411
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 @@ -15,7 +15,7 @@
author='Marc de la Barrera i Bardalet',
url = 'https://github.com/marcdelabarrera/dsolve',
author_email='mbarrera@mit.edu',
install_requires = ["scipy >= 1.9.0", "sympy >= 1.11"],
install_requires = ["scipy >= 1.9.0", "sympy >= 1.11", "numpy >=1.20.0"],
extras_require={"dev":["pytest>=7.1.2",],},
classifiers =[
"Programming Language :: Python :: 3.10"
Expand Down

0 comments on commit 0a6a411

Please sign in to comment.