Skip to content

Commit 8c6ddf5

Browse files
jsondaicopybara-github
authored andcommitted
feat: Vertex Rapid Evaluation SDK and Prompt Template for Vertex Prompt Management Public Preview
PiperOrigin-RevId: 622310413
1 parent add2f92 commit 8c6ddf5

File tree

12 files changed

+2674
-0
lines changed

12 files changed

+2674
-0
lines changed

setup.py

+7
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@
145145
"pydantic < 3",
146146
]
147147

148+
rapid_evaluation_extra_require = [
149+
"nest_asyncio >= 1.0.0, < 1.6.0",
150+
"pandas >= 1.0.0, < 2.2.0",
151+
]
152+
148153
full_extra_require = list(
149154
set(
150155
tensorboard_extra_require
@@ -162,6 +167,7 @@
162167
+ preview_extra_require
163168
+ ray_extra_require
164169
+ reasoning_engine_extra_require
170+
+ rapid_evaluation_extra_require
165171
)
166172
)
167173
testing_extra_require = (
@@ -246,6 +252,7 @@
246252
"ray": ray_extra_require,
247253
"ray_testing": ray_testing_extra_require,
248254
"reasoningengine": reasoning_engine_extra_require,
255+
"rapid_evaluation": rapid_evaluation_extra_require,
249256
},
250257
python_requires=">=3.8",
251258
classifiers=[

0 commit comments

Comments
 (0)