Skip to content

Commit 2b291fd

Browse files
authored
Merge pull request #232 from tensorflow/fix/2.17.1-compatibility
[TF-DF] Ensure compatibility with TensorFlow 2.17.1
2 parents 1e62a79 + 291e9c8 commit 2b291fd

File tree

6 files changed

+622
-552
lines changed

6 files changed

+622
-552
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.10.1 - 2025-03-27
4+
5+
### Fix
6+
7+
- Fix compatibility with TF 2.17.1.
8+
39
## 1.10.0 - 2024-08-21
410

511
### Fix

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ http_archive(
2020
# absl used by tensorflow.
2121
http_archive(
2222
name = "org_tensorflow",
23-
strip_prefix = "tensorflow-2.17.0",
24-
sha256 = "9cc4d5773b8ee910079baaecb4086d0c28939f024dd74b33fc5e64779b6533dc",
25-
urls = ["https://github.com/tensorflow/tensorflow/archive/v2.17.0.tar.gz"],
23+
strip_prefix = "tensorflow-2.17.1",
24+
sha256 = "2d3cfb48510f92f3a52fb05b820481c6f066a342a9f5296fe26d72c4ea757700",
25+
urls = ["https://github.com/tensorflow/tensorflow/archive/v2.17.1.tar.gz"],
2626
)
2727

2828

configure/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
numpy
22
pandas
3-
tensorflow==2.17.0
3+
tensorflow==2.17.1
44
six
55
absl_py
66
wheel

0 commit comments

Comments
 (0)