File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3434
3535 - name : Install python build dependencies
3636 run : |
37- python -m pip install --upgrade pip build
37+ python -m pip install --upgrade pip "setuptools<70" " build<2.0" wheel
3838
3939 - name : Build wheels
4040 run : |
Original file line number Diff line number Diff line change @@ -2,11 +2,13 @@ bazel-bin
22bazel-metadata
33bazel-out
44bazel-testlogs
5- tensorflow_metadata.egg-info /
65tensorflow_metadata /proto /v0 /anomalies_pb2.py
76tensorflow_metadata /proto /v0 /derived_feature_pb2.py
87tensorflow_metadata /proto /v0 /metric_pb2.py
98tensorflow_metadata /proto /v0 /path_pb2.py
109tensorflow_metadata /proto /v0 /problem_statement_pb2.py
1110tensorflow_metadata /proto /v0 /schema_pb2.py
1211tensorflow_metadata /proto /v0 /statistics_pb2.py
12+ build /
13+ dist /
14+ * .egg-info /
Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" setuptools<70" , " wheel" ]
3+ build-backend = " setuptools.build_meta"
You can’t perform that action at this time.
0 commit comments