diff --git a/setup.py b/setup.py
index 6300217911e105c053c2f333152037fbf8ac9c87..ef528e27cd8e565e8f86c084c9cb8f837afe3c44 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ setup(name='caretta',
       version='1.0',
       authors=["Janani Durairaj", "Mehmet Akdel"],
       packages=["caretta"],
-      install_requires=["numpy==1.16.2", "numba==0.43.0", "scipy==1.3.1", "prody==1.10.10", "biopython==1.74", "fire==0.2.1", "pyparsing==2.4.2"],
+      install_requires=["numpy", "numba", "scipy", "prody", "biopython", "fire", "pyparsing"],
       extras_require={
           'GUI': ["dash==1.3.1", "dash-bio==0.1.4", "cryptography",
                   "dash-core-components==1.2.1", "dash-html-components==1.0.1", "dash-renderer==1.1.0",