From a559100d0c094a4b1cac559067d4d1028088b975 Mon Sep 17 00:00:00 2001 From: smokestacklightnin <125844868+smokestacklightnin@users.noreply.github.com> Date: Thu, 10 Jul 2025 21:34:49 -0700 Subject: [PATCH] Add docs requirements as data file --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1b9a291a85..ab6b601921 100644 --- a/setup.py +++ b/setup.py @@ -308,6 +308,7 @@ def select_constraint(default, nightly=None, git_master=None): 'tensorflow_model_analysis/static/vulcanized_tfma.js', ], ), + ("docs_reqs", ["requirements-docs.txt"]), ], # Make sure to sync the versions of common dependencies (numpy, six, and # protobuf) with TF.