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