Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit 57b0cc6

Browse files
authored
Fix an issue that image classification package requires wrong Dataflow version. (#358)
1 parent 3c7e44d commit 57b0cc6

File tree

1 file changed

+0
-3
lines changed
  • solutionbox/image_classification/mltoolbox/image/classification

1 file changed

+0
-3
lines changed

solutionbox/image_classification/mltoolbox/image/classification/setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
4747
long_description="""
4848
""",
4949
install_requires=[
50-
'tensorflow==1.0',
51-
'protobuf==3.1.0',
52-
'google-cloud-dataflow==0.5.5',
5350
'pillow==3.4.1',
5451
],
5552
package_data={

0 commit comments

Comments
 (0)