Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 12 for 3190 (0.02 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. CHANGELOG.md

    [okio_3_0_0]: https://square.github.io/okio/changelog/#version-300
    [okio_3_12_0]: https://square.github.io/okio/changelog/#version-3120
    [okio_3_13_0]: https://square.github.io/okio/changelog/#version-3130
    [okio_3_15_0]: https://square.github.io/okio/changelog/#version-3150
    [okio_3_16_0]: https://square.github.io/okio/changelog/#version-3160
    [okio_3_16_1]: https://square.github.io/okio/changelog/#version-3161
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Feb 15 11:57:47 GMT 2026
    - 36.2K bytes
    - Click Count (2)
  2. android/pom.xml

        <maven-antrun-plugin.version>3.2.0</maven-antrun-plugin.version>
        <maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
        <maven-compiler-plugin.version>3.15.0</maven-compiler-plugin.version>
        <maven-dependency-plugin.version>3.10.0</maven-dependency-plugin.version>
        <maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version>
        <maven-enforcer-plugin.version>3.6.2</maven-enforcer-plugin.version>
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Feb 17 19:12:41 GMT 2026
    - 26.9K bytes
    - Click Count (0)
  3. ci/official/requirements_updater/numpy1_requirements/requirements.in

    # Note that here we want the latest version that matches TF major.minor version
    # Note that we must use nightly here as these are used in nightly jobs
    # For release jobs, we will pin these on the release branch
    keras-nightly ~= 3.12.0.dev
    tb-nightly ~= 2.20.0.a
    # For new protobuf, if V.x.y is gencode version, then runtime version U must be
    # V <= U <= V+1
    # More info at https://protobuf.dev/support/cross-version-runtime-guarantee/
    protobuf >= 5.28.0, < 7.0
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Jan 26 22:44:40 GMT 2026
    - 1.2K bytes
    - Click Count (0)
  4. ci/official/requirements_updater/requirements.in

    # Note that here we want the latest version that matches TF major.minor version
    # Note that we must use nightly here as these are used in nightly jobs
    # For release jobs, we will pin these on the release branch
    keras-nightly ~= 3.12.0.dev
    tb-nightly ~= 2.20.0.a
    # For new protobuf, if V.x.y is gencode version, then runtime version U must be
    # V <= U <= V+1
    # More info at https://protobuf.dev/support/cross-version-runtime-guarantee/
    protobuf >= 5.28.0, < 7.0
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Mar 10 13:31:27 GMT 2026
    - 1.5K bytes
    - Click Count (0)
  5. ci/official/requirements_updater/numpy1_requirements/requirements_lock_3_11.txt

        --hash=sha256:f9c30c464cb2ddfbc2ddf9400287701270fdc0f14be5f08a1e3939f1e749b455
        # via
        #   -r ci/official/requirements_updater/requirements.in
        #   tb-nightly
    h5py==3.13.0 \
        --hash=sha256:10894c55d46df502d82a7a4ed38f9c3fdbcb93efb42e25d275193e093071fade \
        --hash=sha256:1870e46518720023da85d0895a1960ff2ce398c5671eac3b1a41ec696b7105c3 \
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Mar 30 19:02:40 GMT 2026
    - 66.1K bytes
    - Click Count (1)
  6. requirements_lock_3_10.txt

        --hash=sha256:f9c30c464cb2ddfbc2ddf9400287701270fdc0f14be5f08a1e3939f1e749b455
        # via
        #   -r ci/official/requirements_updater/requirements.in
        #   tb-nightly
    h5py==3.14.0 ; python_version <= "3.13" \
        --hash=sha256:016e89d3be4c44f8d5e115fab60548e518ecd9efe9fa5c5324505a90773e6f03 \
        --hash=sha256:0cbd41f4e3761f150aa5b662df991868ca533872c95467216f2bec5fcad84882 \
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Apr 07 11:39:48 GMT 2026
    - 69.3K bytes
    - Click Count (0)
  7. requirements_lock_3_13.txt

        --hash=sha256:f9c30c464cb2ddfbc2ddf9400287701270fdc0f14be5f08a1e3939f1e749b455
        # via
        #   -r ci/official/requirements_updater/requirements.in
        #   tb-nightly
    h5py==3.14.0 ; python_version <= "3.13" \
        --hash=sha256:016e89d3be4c44f8d5e115fab60548e518ecd9efe9fa5c5324505a90773e6f03 \
        --hash=sha256:0cbd41f4e3761f150aa5b662df991868ca533872c95467216f2bec5fcad84882 \
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Apr 07 11:39:48 GMT 2026
    - 67.8K bytes
    - Click Count (0)
  8. MODULE.bazel

        module_name = "abseil-cpp",
        patch_strip = 1,
        patches = [
            "//third_party/absl:build_dll.patch",
            "//third_party/absl:endian.patch",
        ],
    )
    
    bazel_dep(name = "nlohmann_json", version = "3.12.0.bcr.1", repo_name = "nlohmann_json_lib")
    bazel_dep(name = "abseil-py", version = "2.1.0", repo_name = "absl_py")
    bazel_dep(name = "rules_python", version = "1.6.1")
    bazel_dep(name = "rules_shell", version = "0.6.1")
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Apr 02 01:32:13 GMT 2026
    - 11K bytes
    - Click Count (0)
  9. docs/en/data/topic_repos.yml

      html_url: https://github.com/ml-tooling/opyrator
      stars: 3137
      owner_login: ml-tooling
      owner_html_url: https://github.com/ml-tooling
    - name: docarray
      html_url: https://github.com/docarray/docarray
      stars: 3120
      owner_login: docarray
      owner_html_url: https://github.com/docarray
    - name: fastapi-realworld-example-app
      html_url: https://github.com/nsidnev/fastapi-realworld-example-app
      stars: 3092
      owner_login: nsidnev
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 12:36:41 GMT 2026
    - 16K bytes
    - Click Count (0)
  10. requirements_lock_3_11.txt

        --hash=sha256:f9c30c464cb2ddfbc2ddf9400287701270fdc0f14be5f08a1e3939f1e749b455
        # via
        #   -r ci/official/requirements_updater/requirements.in
        #   tb-nightly
    h5py==3.14.0 ; python_version <= "3.13" \
        --hash=sha256:016e89d3be4c44f8d5e115fab60548e518ecd9efe9fa5c5324505a90773e6f03 \
        --hash=sha256:0cbd41f4e3761f150aa5b662df991868ca533872c95467216f2bec5fcad84882 \
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Apr 07 11:39:48 GMT 2026
    - 69.3K bytes
    - Click Count (0)
Back to Top