# Copyright 2019 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================

# Non-vendored runtime dependencies of TensorBoard.

absl-py >= 0.4
# NOTE: this version should be >= the grpc version in our WORKSPACE file.
grpcio >= 1.74.0, < 2.0
markdown >= 2.6.8
numpy >= 1.12.0
packaging
pillow
# NOTE: this version must be >= the protoc version in our WORKSPACE file.
# TensorFlow 2.21 requires protobuf >= 6.31.1, < 8.0.0, so keep our open-source
# runtime floor aligned with that range.
protobuf >= 6.31.1, < 8.0.0
setuptools >= 41.0.0  # Note: provides pkg_resources as well as setuptools
tensorboard-data-server >= 0.7.0, < 0.8.0
werkzeug >= 1.0.1
