diff --git a/setup.py b/setup.py index 62683b0a51..077d4b04be 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,6 @@ "keras", "tensorflow ", "scikit-learn", - "keras-rectified-adam", "numpy", "joblib", ] @@ -12,8 +11,6 @@ with open("README.md", "r") as f: LONG_DESCRIPTION = f.read() - - setup( name="proglearn", version="0.0.1", @@ -23,7 +20,7 @@ long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown", url="https://github.com/neurodata/progressive-learning/", - license="Apache 2.0", + license="MIT", packages=find_packages(), install_requires=requirements, )