Skip to content

Commit 90c30f9

Browse files
Johannes Ballécopybara-github
authored andcommitted
Prepares for manylinux2014 platform and TF 2.9.
PiperOrigin-RevId: 436604037 Change-Id: Iea527c9daa4bef6b53aadd7e5bba84a9ec412c37
1 parent 73ff5ae commit 90c30f9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
scipy ~= 1.4
2-
tensorflow ~= 2.8.0
2+
tensorflow ~= 2.9.0
33
tensorflow-probability ~= 0.15.0

tensorflow_compression/cc/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ cc_binary(
1414
copts = [
1515
"-pthread",
1616
"-std=c++14",
17-
"-D_GLIBCXX_USE_CXX11_ABI=0",
1817
],
1918
linkshared = 1,
2019
linkstatic = 0,

0 commit comments

Comments
 (0)