Skip to content

Commit

Permalink
add install-requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
GuenterQuast committed Jul 11, 2023
1 parent 326a1fc commit 81980f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,13 @@
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
setup_requires=[\
install_requires=[\
"NumPy >= 1.19",
"SciPy >= 1.5",
"matplotlib >= 3",
Expand Down

0 comments on commit 81980f8

Please sign in to comment.