@@ -62,13 +62,6 @@ Note that these instructions will install the latest master branch of TensorFlow
62
62
Data Validation. If you want to install a specific branch (such as a release
63
63
branch), pass ` -b <branchname> ` to the ` git clone ` command.
64
64
65
- When building on Python 2, make sure to strip the Python types in the source
66
- code using the following commands:
67
-
68
- ``` shell
69
- pip install strip-hints
70
- python tensorflow_data_validation/tools/strip_type_hints.py tensorflow_data_validation/
71
- ```
72
65
### 3. Build the pip package
73
66
74
67
Then, run the following at the project root:
@@ -77,7 +70,7 @@ Then, run the following at the project root:
77
70
sudo docker-compose build manylinux2010
78
71
sudo docker-compose run -e PYTHON_VERSION=${PYTHON_VERSION} manylinux2010
79
72
```
80
- where ` PYTHON_VERSION ` is one of ` {27, 35, 36, 37} ` .
73
+ where ` PYTHON_VERSION ` is one of ` {35, 36, 37} ` .
81
74
82
75
A wheel will be produced under ` dist/ ` .
83
76
@@ -114,14 +107,6 @@ Note that these instructions will install the latest master branch of TensorFlow
114
107
Data Validation. If you want to install a specific branch (such as a release branch),
115
108
pass ` -b <branchname> ` to the ` git clone ` command.
116
109
117
- When building on Python 2, make sure to strip the Python types in the source
118
- code using the following commands:
119
-
120
- ``` shell
121
- pip install strip-hints
122
- python tensorflow_data_validation/tools/strip_type_hints.py tensorflow_data_validation/
123
- ```
124
-
125
110
### 3. Build the pip package
126
111
127
112
TFDV uses Bazel to build the pip package from source. Before invoking the
0 commit comments