Commit Graph

14 Commits

Author SHA1 Message Date
Fergus Henderson
6f3bab216d Update from flatbuffers 25.2.10 to 25.9.23.
PiperOrigin-RevId: 813955553
2025-10-01 16:25:25 -07:00
A. Unique TensorFlower
5feca55740 Put NVIDIA wheels in ci/official/requirements_updater/nvidia-requirements.txt to have central place defining wheel versions.
This change is made to have consistency in parsing NVIDIA dependencies with [JAX repository](https://github.com/jax-ml/jax/pull/30706)

`nvidia-requirements.txt` is used in Bazel hermetic python lock files and in the `tools/pip_package/setup.py` with the package requirements.

The file content is saved in the `nvidia_wheel_versions repository` and passed as an argument to `modify_setup_py.py` that populates `setup_py.tpl` script.

PiperOrigin-RevId: 802755816
2025-09-03 16:57:17 -07:00
A. Unique TensorFlower
46cf20bf28 [NCCL] Upgrade TF NCCL version to 2.27.7
PiperOrigin-RevId: 793761504
2025-08-11 12:57:36 -07:00
A. Unique TensorFlower
f4ee7a188e Remove local_config_nvshmem repository from XLA and Tensorflow WORKSPACE files.
Upgrading manylinux compliancy tag in [JAX PR](https://github.com/jax-ml/jax/pull/29672) enabled building targets with linked `nvshmem` libraries.

PiperOrigin-RevId: 786533277
2025-07-23 20:39:56 -07:00
A. Unique TensorFlower
30d53c63ba Update keras-nightly and typing-extensions versions in the lock files.
PiperOrigin-RevId: 786399568
2025-07-23 13:24:07 -07:00
A. Unique TensorFlower
026ccaa614 [NCCL] Upgrade TF NCCL version to 2.26.5
PiperOrigin-RevId: 784275018
2025-07-17 13:00:41 -07:00
TensorFlower Gardener
c582381837 Merge pull request #95621 from tensorflow:dependabot/pip/urllib3-2.5.0
PiperOrigin-RevId: 774658781
2025-06-23 01:14:08 -07:00
dependabot[bot]
8c39943a1a
Bump urllib3 from 2.2.2 to 2.5.0
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.5.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.2...2.5.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.5.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-20 08:37:32 +00:00
dependabot[bot]
a1242d8b85
Bump protobuf from 6.30.2 to 6.31.1
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.30.2 to 6.31.1.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v6.30.2...v6.31.1)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-version: 6.31.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-20 08:37:15 +00:00
Vadym Matsishevskyi
724f36e009 Major deps update:
-Protobuf 5.28.3
-Grpc 1.68.2
-Abseil: LTS 20240116.3
-Plus some other transitive/related deps, riegeli and pybind11 in particular.
-rules_python & rules_cc will be updated in a subsequent CL as they are their own can of worms, plus there are a few pending changes in rules_python which were not pushed yet.

This also switches default protobuf implementation we rely on for bazel builds from cpp to upb, meaning all projects dependin on htis one must be built with build --action_env=PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=upb.

PiperOrigin-RevId: 773586210
2025-06-20 01:35:16 -07:00
Ezekiel Calubaquib
95de5353e5 Fix Python 3.13 wheel test and requirements
PiperOrigin-RevId: 772980569
2025-06-18 10:55:08 -07:00
dependabot[bot]
a21a99afd7
Bump requests from 2.32.3 to 2.32.4
Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-10 08:54:41 +00:00
dependabot[bot]
24761bd585
Bump setuptools from 70.0.0 to 78.1.1
Bumps [setuptools](https://github.com/pypa/setuptools) from 70.0.0 to 78.1.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v70.0.0...v78.1.1)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-version: 78.1.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-19 20:20:47 +00:00
Ezekiel Calubaquib
c0093bfb21 Add python 3.13 requirements and conditions for TF
the code below creates a condition to run specific Python.h code in cpp for python3.13 as the following functions are deprecated:

_PyArg_NoKeywords (removed)
_PyObject_VisitManagedDict (renamed to PyObject_VisitManagedDict)
_PyObject_ClearManagedDict (renamed to PyObject_ClearManagedDict)

PiperOrigin-RevId: 745284443
2025-04-08 15:00:52 -07:00