From 64c6b5ea258e568424f7e55f568030b52e110284 Mon Sep 17 00:00:00 2001 From: Michael Reneer Date: Thu, 14 Jul 2022 07:44:36 -0700 Subject: [PATCH] Revert `scipy` dependency. PiperOrigin-RevId: 460957101 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0791b78..51fcd82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ mpmath~=1.2.1 numpy~=1.21.4 pandas~=1.1.4 scikit-learn~=1.0.2 -scipy~=1.2.1 +scipy~=1.7.1 tensorflow-datasets~=4.5.2 tensorflow-estimator~=2.4 tensorflow-probability~=0.15.0