From dfb1061194a85e58d9d15b2dd557c89d46599a84 Mon Sep 17 00:00:00 2001 From: berkedilekoglu Date: Fri, 24 Jun 2022 00:37:37 +0300 Subject: [PATCH] package req update --- setup.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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