diff --git a/mhcflurry/version.py b/mhcflurry/version.py index 3e8d9f94621c6b29efab723e119a73a0dbe15089..bf2561596c184db791a961de3c6db3b43205fa3c 100644 --- a/mhcflurry/version.py +++ b/mhcflurry/version.py @@ -1 +1 @@ -__version__ = "1.4.0" +__version__ = "1.4.1" diff --git a/requirements.txt b/requirements.txt index 12e90c7dc84a881343bab3335c5fd6cb28a508cf..62b6d89b95d9d2fcbefd0afbd2d9daea7d429114 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ six numpy>=1.11 pandas>=0.20.3 Keras>=2.2.5 -tensorflow>=1.1.0 +tensorflow>=1.1.0,<2.0.0 appdirs scikit-learn mhcnames diff --git a/setup.py b/setup.py index c9e2c9f318c836ec161e1034e20be6da68be8d1c..78809cd4724b5be356558c9e5e418df7a3f58d5d 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ if __name__ == '__main__': 'pandas>=0.20.3', 'Keras>=2.2.5', 'appdirs', - 'tensorflow>=1.1.0', + 'tensorflow>=1.1.0,<2.0.0', 'scikit-learn', 'mhcnames', 'pyyaml',