diff --git a/setup.cfg b/setup.cfg index 0d2e9348..52be8a73 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,6 +22,7 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Topic :: Scientific/Engineering :: Artificial Intelligence Topic :: Software Development Topic :: Software Development :: Libraries :: Python Modules @@ -38,7 +39,7 @@ install_requires = numpy scikit-image tensorflow-probability ~= 0.22.0 - tensorflow ~= 2.13 + tensorflow <= 2.15 tensorflow-addons ~= 0.21.0 psutil zip_safe = False