Skip to content

Commit

Permalink
fixed missed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelchior authored and fred3m committed May 15, 2020
1 parent efd6ccc commit 692c044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
long_description_content_type='text/markdown',
packages = packages,
include_package_data=False,
version = '0.6.9',
version = '0.6.10',
license='MIT',
author = 'Peter Melchior, Fred Moolekamp',
author_email = 'peter.m.melchior@gmail.com',
Expand All @@ -30,5 +30,5 @@
"Topic :: Scientific/Engineering :: Information Analysis"
],
keywords = ['optimization', 'constrained optimization', 'proximal algorithms', 'data analysis', 'non-negative matrix factorization'],
requires=['numpy','scipy']
install_requires=['numpy','scipy']
)

0 comments on commit 692c044

Please sign in to comment.