43 lines
818 B
Plaintext
43 lines
818 B
Plaintext
# Requirements to run release tests from buildkite (client dependencies will be installed separately)
|
|
# Copy anyscale pin to requirements.txt and util.py
|
|
aioboto3
|
|
anyscale >= 0.26.14
|
|
azure-identity
|
|
azure-storage-blob
|
|
bazel-runfiles
|
|
boto3
|
|
click
|
|
freezegun
|
|
google-cloud-storage
|
|
jinja2
|
|
msal
|
|
protobuf >= 3.15.3, != 3.19.5
|
|
pytest
|
|
responses
|
|
pyyaml
|
|
pybuildkite
|
|
requests >= 2.31.0
|
|
twine == 6.2.0
|
|
docker >= 7.1.0
|
|
aws_requests_auth
|
|
|
|
# Below are requirements only used by ray_ci
|
|
tzdata
|
|
tqdm
|
|
networkx
|
|
pip_requirements_parser
|
|
-r requirements-doc.txt
|
|
|
|
# Upgrades
|
|
typing-extensions>=4.10
|
|
jsonschema>=4.23.0
|
|
certifi>=2025.1.31
|
|
h11>=0.16.0
|
|
google-cloud-logging
|
|
packaging==25.0
|
|
|
|
# Last anyscale CLI/SDK release before Ray summit 2025
|
|
# This should have a recent version of the new SDK where still having
|
|
# the old SDK.
|
|
anyscale>=0.26.74
|