Skip to content

Commit

Permalink
temporary fix.
Browse files Browse the repository at this point in the history
Cannot load inference models with tensorflow >= 2.16.0
  • Loading branch information
DavidDoukhan committed Oct 7, 2024
1 parent b189575 commit 2d6321e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
license = "MIT",
install_requires=['opencv-contrib-python', 'dlib', 'pandas', 'scikit-learn',
'h5py', 'matplotlib', 'onnxruntime-gpu', 'cheetah3',
'av', 'tensorflow>=2.6', 'pyro4', 'xlsxwriter'],
'av', 'tensorflow>=2.6,<2.16.0', 'pyro4', 'xlsxwriter'],
extras_require={'doc': ['sphinx-toolbox']},
url = "https://github.com/ina-foss/inaFaceAnalyzer",
packages=['inaFaceAnalyzer'],
Expand Down

0 comments on commit 2d6321e

Please sign in to comment.