mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 00:19:58 +01:00
Use tensorboard nightly 2.18.0a
PiperOrigin-RevId: 642677285
This commit is contained in:
parent
0a8f72f585
commit
611e003aa4
|
|
@ -20,7 +20,7 @@ ml_dtypes >= 0.4.0, < 0.5.0
|
|||
# Note that we must use nightly here as these are used in nightly jobs
|
||||
# For release jobs, we will pin these on the release branch
|
||||
keras-nightly ~= 3.0.0.dev
|
||||
tb-nightly ~= 2.17.0.a
|
||||
tb-nightly ~= 2.18.0.a
|
||||
|
||||
# Test dependencies
|
||||
grpcio >= 1.24.3, < 2.0
|
||||
|
|
|
|||
|
|
@ -483,8 +483,8 @@ six==1.16.0 \
|
|||
# via
|
||||
# astunparse
|
||||
# tb-nightly
|
||||
tb-nightly==2.17.0a20240605 \
|
||||
--hash=sha256:b7116f29ea6b79cf7201596fa3ebba1609ee00a77e017518d69b2d8df0b3f2b7
|
||||
tb-nightly==2.18.0a20240611 \
|
||||
--hash=sha256:c299eb7dc3de22c7164a1b0c0091b784f2214d65b9a8b967eeeba9818314016d
|
||||
# via -r requirements.in
|
||||
tblib==2.0.0 \
|
||||
--hash=sha256:9100bfa016b047d5b980d66e7efed952fbd20bd85b56110aaf473cb97d18709a \
|
||||
|
|
|
|||
|
|
@ -483,8 +483,8 @@ six==1.16.0 \
|
|||
# via
|
||||
# astunparse
|
||||
# tb-nightly
|
||||
tb-nightly==2.17.0a20240605 \
|
||||
--hash=sha256:b7116f29ea6b79cf7201596fa3ebba1609ee00a77e017518d69b2d8df0b3f2b7
|
||||
tb-nightly==2.18.0a20240611 \
|
||||
--hash=sha256:c299eb7dc3de22c7164a1b0c0091b784f2214d65b9a8b967eeeba9818314016d
|
||||
# via -r requirements.in
|
||||
tblib==2.0.0 \
|
||||
--hash=sha256:9100bfa016b047d5b980d66e7efed952fbd20bd85b56110aaf473cb97d18709a \
|
||||
|
|
|
|||
|
|
@ -491,8 +491,8 @@ six==1.16.0 \
|
|||
# via
|
||||
# astunparse
|
||||
# tb-nightly
|
||||
tb-nightly==2.17.0a20240605 \
|
||||
--hash=sha256:b7116f29ea6b79cf7201596fa3ebba1609ee00a77e017518d69b2d8df0b3f2b7
|
||||
tb-nightly==2.18.0a20240611 \
|
||||
--hash=sha256:c299eb7dc3de22c7164a1b0c0091b784f2214d65b9a8b967eeeba9818314016d
|
||||
# via -r requirements.in
|
||||
tblib==2.0.0 \
|
||||
--hash=sha256:9100bfa016b047d5b980d66e7efed952fbd20bd85b56110aaf473cb97d18709a \
|
||||
|
|
|
|||
|
|
@ -487,8 +487,8 @@ six==1.16.0 \
|
|||
# via
|
||||
# astunparse
|
||||
# tb-nightly
|
||||
tb-nightly==2.17.0a20240605 \
|
||||
--hash=sha256:b7116f29ea6b79cf7201596fa3ebba1609ee00a77e017518d69b2d8df0b3f2b7
|
||||
tb-nightly==2.18.0a20240611 \
|
||||
--hash=sha256:c299eb7dc3de22c7164a1b0c0091b784f2214d65b9a8b967eeeba9818314016d
|
||||
# via -r requirements.in
|
||||
tblib==2.0.0 \
|
||||
--hash=sha256:9100bfa016b047d5b980d66e7efed952fbd20bd85b56110aaf473cb97d18709a \
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@ REQUIRED_PACKAGES = [
|
|||
# dependencies on the release branch is updated to the stable releases (RC
|
||||
# or final). For example, 'keras-nightly ~= 2.14.0.dev' will be replaced by
|
||||
# 'keras >= 2.14.0rc0, < 2.15' on the release branch after the branch cut.
|
||||
'tb-nightly ~= 2.17.0.a',
|
||||
'tb-nightly ~= 2.18.0.a',
|
||||
'keras-nightly >= 3.2.0.dev',
|
||||
]
|
||||
REQUIRED_PACKAGES = [p for p in REQUIRED_PACKAGES if p is not None]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user