diff --git a/setup.py b/setup.py index ec383ac..a39d96f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ download_url='https://github.com/flatironinstitute/DeepFRI', license='FlatironInstitute', install_requires=['numpy==1.18.5', - 'tensorflow-gpu==2.3.1', + 'tensorflow-gpu==2.9.3', 'networkx==2.4', 'scikit-learn==0.23.1', 'biopython==1.76',