chore: remove scipy from eval dependencies

It's not used in the codebase.

Co-authored-by: Liang Wu <wuliang@google.com>
PiperOrigin-RevId: 869020801
This commit is contained in:
Liang Wu
2026-02-11 21:59:31 -08:00
committed by Copybara-Service
parent 845818be44
commit 4000c0251d
-1
View File
@@ -111,7 +111,6 @@ eval = [
"google-cloud-aiplatform[evaluation]>=1.100.0",
"pandas>=2.2.3",
"rouge-score>=0.1.2",
"scipy<1.16; python_version<'3.11'",
"tabulate>=0.9.0",
# go/keep-sorted end
]