Skip to content
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

Update package.json to resolve #8186 #8256

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Feb 25, 2024

  1. Update package.json to use tfjs-core v4.9.0+

    tfjs v4.0+ solves issue tensorflow#6922 which caused it to not be usable in web workers. tfjs-automl still used v3.9.0 . This fork updates it to 4.9.0+ , same as in its devDependencies.
    PrafulB authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    3b9fa49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7790649 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Update package.json to resolve tensorflow#8186

    Updated the version of the tfjs-core dependency in tfjs-automl to resolve the ReferenceError when run from within a web worker.
    PrafulB authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    96a4ccc View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    b29b336 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbc9691 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c5796d View commit details
    Browse the repository at this point in the history
  4. Added dist/ back to gitignore

    PrafulB committed May 30, 2024
    Configuration menu
    Copy the full SHA
    e078389 View commit details
    Browse the repository at this point in the history
  5. Remove yarn as a dependency

    PrafulB committed May 30, 2024
    Configuration menu
    Copy the full SHA
    07800f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b1d5fd View commit details
    Browse the repository at this point in the history