Skip to content

Commit 3aaa08c

Browse files
committed
Fixing setup.py
1 parent 441d683 commit 3aaa08c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ def read(fname):
4545

4646
# Declare minimal set for installation
4747
install_requires=['boto3>=1.4.8', 'numpy>=1.9.0', 'protobuf>=3.1', 'scipy>=0.19.0', 'urllib3>=1.2',
48-
'PyYAML>=3.2'],
48+
'PyYAML>=3.2', 'protobuf3-to-dict>=0.1.5'],
4949

5050
extras_require={
5151
'test': ['tox', 'flake8', 'pytest', 'pytest-cov', 'pytest-xdist',
52-
'mock', 'tensorflow>=1.3.0', 'protobuf3-to-dict', 'contextlib2', 'awslogs', 'pandas']},
52+
'mock', 'tensorflow>=1.3.0', 'contextlib2', 'awslogs', 'pandas']},
5353

5454
entry_points={
5555
'console_scripts': ['sagemaker=sagemaker.cli.main:main'],

0 commit comments

Comments
 (0)