diff --git a/requirements/github.txt b/requirements/github.txt index 64ae132326..cc56602780 100644 --- a/requirements/github.txt +++ b/requirements/github.txt @@ -4,7 +4,7 @@ numpy<2 pydicom>=2.2.0 shapely>=1.7.1 -tensorflow +tensorflow==2.17.0 tensorflow-datasets torch torchvision diff --git a/requirements/test.txt b/requirements/test.txt index 9173566d9c..5e619a4ee7 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -7,5 +7,5 @@ pytest-cov==4.0.0 pytest-mock==3.10.0 pytest-asyncio shapely -tensorflow +tensorflow==2.17.0 twine>=3