mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 00:19:58 +01:00
compat: Update forward compatibility horizon to 2025-10-11
Some checks failed
ARM CI / build (3.10) (push) Has been cancelled
Creates a GitHub Issue when a PR Rolled back via Commit to Master / create-issue-on-pr-rollback (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
OSV-Scanner Scheduled Scan / scan-scheduled (push) Has been cancelled
Set nightly branch to master HEAD / master-to-nightly (push) Has been cancelled
ARM CI Extended / build (3.10) (push) Has been cancelled
ARM CI Extended / build (3.11) (push) Has been cancelled
ARM CI Extended / build (3.12) (push) Has been cancelled
ARM CI Extended / build (3.9) (push) Has been cancelled
Some checks failed
ARM CI / build (3.10) (push) Has been cancelled
Creates a GitHub Issue when a PR Rolled back via Commit to Master / create-issue-on-pr-rollback (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
OSV-Scanner Scheduled Scan / scan-scheduled (push) Has been cancelled
Set nightly branch to master HEAD / master-to-nightly (push) Has been cancelled
ARM CI Extended / build (3.10) (push) Has been cancelled
ARM CI Extended / build (3.11) (push) Has been cancelled
ARM CI Extended / build (3.12) (push) Has been cancelled
ARM CI Extended / build (3.9) (push) Has been cancelled
PiperOrigin-RevId: 817964853
This commit is contained in:
parent
358fa44402
commit
87a5ebca2e
|
|
@ -29,7 +29,7 @@ from tensorflow.python.util.tf_export import tf_export
|
|||
# This value changes every day with an automatic CL. It can be modified in code
|
||||
# via `forward_compatibility_horizon()` or with the environment variable
|
||||
# TF_FORWARD_COMPATIBILITY_DELTA_DAYS, which is added to the compatibility date.
|
||||
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2025, 10, 10)
|
||||
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2025, 10, 11)
|
||||
_FORWARD_COMPATIBILITY_DELTA_DAYS_VAR_NAME = "TF_FORWARD_COMPATIBILITY_DELTA_DAYS"
|
||||
_FORWARD_COMPATIBILITY_DATE_NUMBER = None
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user