Skip to content

[DO NOT MERGE][INVESTIGATION] Manual updates 20250512 tensorflow 2.17.0 #1141

New issue

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

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

Already on GitHub? # to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

moljac
Copy link
Contributor

@moljac moljac commented May 12, 2025

Bumped tensorflow-lite only to see details of HTTP errors

@moljac moljac marked this pull request as draft May 12, 2025 16:32
@moljac moljac self-assigned this May 12, 2025
@moljac moljac added the do-not-merge PR is still in progress and is not ready to be merged label May 12, 2025
@moljac
Copy link
Contributor Author

moljac commented May 12, 2025

Issue is in relocation node.

Tensorflow packages must be frozen for updating.

https://repo1.maven.org/maven2/org/tensorflow/tensorflow-lite/2.17.0/tensorflow-lite-2.17.0.pom

<project
    xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <groupId>org.tensorflow</groupId>
  <artifactId>tensorflow-lite</artifactId>
  <version>2.17.0</version>

  <name>TensorFlow Lite</name>
  <url>https://tensorflow.org/lite/</url>
  <description>A library helps deploy machine learning models on mobile devices</description>

  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>

  <developers>
    <developer>
      <name>TensorFlow Authors</name>
      <organization>TensorFlow</organization>
      <organizationUrl>https://tensorflow.org</organizationUrl>
    </developer>
  </developers>

  <scm>
    <connection>scm:git:git://github.com/tensorflow/tensorflow.git</connection>
    <developerConnection>scm:git:ssh://github.com:tensorflow/tensorflow.git</developerConnection>
    <url>https://github.com/tensorflow/tensorflow/tree/master/</url>
  </scm>

  <distributionManagement>
    <relocation>
      <groupId>com.google.ai.edge.litert</groupId>
      <artifactId>litert</artifactId>
      <version>1.0.1</version>
    </relocation>
  </distributionManagement>
</project>

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
do-not-merge PR is still in progress and is not ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant