diff --git a/setup.py b/setup.py index 7a8661c4..3d0541a6 100644 --- a/setup.py +++ b/setup.py @@ -120,6 +120,6 @@ #ext_modules=[d2s_module], # Run-time dependencies. (will be installed by pip when FRED2 is installed) - install_requires=['setuptools>=18.2', 'pandas', 'pyomo>=4.0','svmlight', 'PyMySQL', 'biopython', 'pyVCF', 'mhcflurry<=1.4.3', 'mhcnuggets'], + install_requires=['setuptools>=18.2', 'pandas', 'pyomo>=4.0','svmlight', 'PyMySQL==0.10.1', 'biopython==1.76', 'pyVCF', 'mhcflurry<=1.4.3', 'mhcnuggets'], )