diff --git a/setup.py b/setup.py index 08e3101..1dba1bd 100644 --- a/setup.py +++ b/setup.py @@ -12,13 +12,13 @@ url='https://github.com/berkedilekoglu/SUMOnet', keywords='sumoylation machine-learning deep-learning', install_requires=[ - numpy, - scikit-learn, - joblib, - pandas, - epitopepredict, - tensorflow, - keras, + 'numpy', + 'scikit-learn', + 'joblib', + 'pandas', + 'epitopepredict', + 'tensorflow', + 'keras', ], ) \ No newline at end of file