Skip to content

Commit

Permalink
updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBechtel committed Dec 31, 2021
1 parent 2eb3d45 commit 28852b4
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 @@ -18,7 +18,7 @@
"Operating System :: OS Independent",
],
package_dir={"": "src"},
packages=setuptools.find_packages(where="src"),
packages = ['kerasbeats'],
python_requires=">=3.6",
install_requires = ['keras']
install_requires = ['keras', 'tensorflow', 'pandas', 'numpy']
)

0 comments on commit 28852b4

Please sign in to comment.