diff --git a/setup.py b/setup.py index 579ddbc..3da6cb2 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ def getVersionNumber(): install_requires=[ "reciprocalspaceship>=0.9.16", "tqdm", - "tensorflow>=2.8", + "tensorflow<2.16", "tensorflow-probability", "matplotlib", "seaborn",