diff --git a/setup.py b/setup.py index 50c9093..e1d09de 100644 --- a/setup.py +++ b/setup.py @@ -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'] ) \ No newline at end of file