Skip to content

use Angular Material overrides API #6982

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 24, 2025

Conversation

andrewseguin
Copy link
Contributor

@andrewseguin andrewseguin commented Mar 21, 2025

Add --mat- prefixed variables alongside --mdc- variables because Angular Material will be renaming these tokens internally. This rename will occur in v20, which is used internally. The --mdc- tokens will continue to be defined since this still depends on an older version of Angular Material externally.

Includes necessary update to tensorboard/pip_package/setup.cfg, using underscore instead of dash-case for description_file

python3.11/site-packages/setuptools/dist.py:452: SetuptoolsDeprecationWarning: Invalid dash-separated options      
              ********************************************************************************
              Usage of dash-separated 'description-file' will not be supported in future
              versions. Please use the underscore name 'description_file' instead.
      
              This deprecation is overdue, please update your project and remove deprecated
              calls to avoid build errors in the future.
      
              See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
              ********************************************************************************
 

@JamesHollyer JamesHollyer merged commit f95d28d into tensorflow:master Mar 24, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants