Remove duplicate requirement.

PiperOrigin-RevId: 627166650
This commit is contained in:
Michael Reneer 2024-04-22 15:01:47 -07:00 committed by A. Unique TensorFlower
parent 44dfac3770
commit fefad2190e

View file

@ -44,7 +44,6 @@ setuptools.setup(
'scipy~=1.9', 'scipy~=1.9',
'tensorflow>=2.4.0,<=2.15.0', 'tensorflow>=2.4.0,<=2.15.0',
'tensorflow-probability~=0.22.0', 'tensorflow-probability~=0.22.0',
'tensorflow~=2.4',
], ],
python_requires='>=3.9.0,<3.12', python_requires='>=3.9.0,<3.12',
) )