diff --git a/setup.py b/setup.py index 8d071c2..4d96166 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ install_requires=['nltk==3.3', 'pandas==0.23.0', 'scikit-learn==0.19.1', - 'tensorflow-gpu==1.8.0', + 'tensorflow-gpu==2.9.3', 'configobj==5.0.6', 'ner==0.1'], packages=find_packages(),