From 1e4cfc4de12166f9010e96db0fb2ee2b319ef67d Mon Sep 17 00:00:00 2001 From: Raj Sinha Date: Tue, 7 May 2024 16:04:30 -0700 Subject: [PATCH] Internal bugfix. PiperOrigin-RevId: 631579069 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index afb8b9a..d9db643 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "google-cloud-bigquery-storage[pandas,pyarrow,fastavro]==2.24.0", "google-cloud-storage==2.14.0", "cloudml-hypertune==0.1.0.dev6", - "tensorflow_decision_forests==1.0.1" + "tensorflow_decision_forests==1.3.0" ] # `version` is automatically set by flit to use `spade_anomaly_detection.__version__`