Removed mac version not supported anymore to avoid unnecessary CI tasks#7069
Merged
cdavalos7 merged 2 commits intotensorflow:masterfrom Mar 5, 2026
Merged
Conversation
arcra
approved these changes
Mar 5, 2026
cursor bot
pushed a commit
to Demonstrandum/tensorbored
that referenced
this pull request
Mar 10, 2026
…, drop macOS CI) Merge three upstream commits: - Remove runtime pkg_resources dependency (tensorflow#7057): uses importlib.metadata and packaging.version instead. TensorBored already migrated to this in prior PRs; conflicts resolved by keeping tensorbored imports/paths. - Angular 15 to 16 upgrade (tensorflow#7056): zone.js 0.13, ViewContainerRef.createComponent, ESM imports for three OrbitControls, patch-package patches for build tooling. - Drop macOS from data-server pip CI (tensorflow#7069): Ubuntu-only build matrix. Conflict resolutions: - .github/workflows/ci.yml: accept upstream (drop macOS platform) - tensorboard/version_test.py: delete (already renamed to tensorbored/) - tensorbored/BUILD: keep tensorbored paths, drop expect_pkg_resources_installed - tensorbored/data/BUILD: keep tensorbored paths - tensorbored/data/server_ingester.py: keep tensorbored imports and Version() - tensorbored/default.py: keep tensorbored imports and _get_entry_points pattern - tensorbored/default_test.py: clean up duplicate FakeEntryPoint, use _get_entry_points mock Co-authored-by: Samuel <samuel@knutsen.co>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation for features / changes
This MacOS version is not supported anymore as we intend to reduce maintenance we opt for removing this task.
Technical description of changes
This line defines the platforms on which the job runs.