Skip to content

Commit 6f4c694

Browse files
authored
Bump TF to 2.2.0rc2 (#881)
* Bump TF to 2.2.0rc2 Signed-off-by: Yong Tang <[email protected]> * Bump Kafka/Confluent-Community to 5.4.1 due to issue with 5.3.1 Signed-off-by: Yong Tang <[email protected]>
1 parent ce58581 commit 6f4c694

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tensorflow_io/core/python/ops/version_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# ==============================================================================
1515
"""version_ops"""
1616

17-
package = "tensorflow>=2.2.0rc1,<2.3.0"
17+
package = "tensorflow>=2.2.0rc2,<2.3.0"
1818
version = "0.13.0"

tests/test_kafka/kafka_test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ if [ "$#" -ne 2 ]; then
2222
exit 1
2323
fi
2424

25-
VERSION=5.3.1
25+
VERSION=5.4.1
2626

2727
if [[ "$(uname)" == "Darwin" ]]; then
28-
curl -sSOL http://packages.confluent.io/archive/5.3/confluent-community-5.3.1-2.12.tar.gz
29-
tar -xzf confluent-community-5.3.1-2.12.tar.gz
28+
curl -sSOL http://packages.confluent.io/archive/5.4/confluent-community-5.4.1-2.12.tar.gz
29+
tar -xzf confluent-community-5.4.1-2.12.tar.gz
3030
(cd confluent-$VERSION/ && sudo bin/zookeeper-server-start -daemon etc/kafka/zookeeper.properties)
3131
echo Wait 10 secs until zookeeper is up and running
3232
sleep 10

0 commit comments

Comments
 (0)