Skip to content

Commit 83df8d1

Browse files
committed
upgrade to swift 5
1 parent fd890e9 commit 83df8d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:4.0
1+
// swift-tools-version:5.0
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This repository demonstrates how to apply Perfect TensorFlow, a Swift library of
4848

4949
## Compatibility with Swift
5050

51-
The master branch of this project currently compiles with **Swift 3.1** or the **Swift 4.0** toolchain on both macOS / Ubuntu.
51+
The master branch of this project currently compiles with **Swift 5.2** toolchain on both macOS.
5252

5353
## Building & Running
5454

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
OSABR=$(echo $(uname)|tr '[:upper:]' '[:lower:]')
2-
VERSION=1.4.0
2+
VERSION=1.9.0
33
DWN=/tmp/libtensorflow.tgz
44
URL=https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-$OSABR-x86_64-$VERSION.tar.gz
55
echo $URL

0 commit comments

Comments
 (0)