Skip to content

Commit fc74f10

Browse files
committed
change: add pandas to required dependency
1 parent 47e034f commit fc74f10

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ def read_version():
8585
description="Open source library for training and deploying models on Amazon SageMaker.",
8686
packages=find_packages("src"),
8787
package_dir={"": "src"},
88-
py_modules=[
89-
os.path.splitext(os.path.basename(path))[0] for path in glob("src/*.py")
90-
],
88+
py_modules=[os.path.splitext(os.path.basename(path))[0] for path in glob("src/*.py")],
9189
include_package_data=True,
9290
long_description=read("README.rst"),
9391
author="Amazon Web Services",

0 commit comments

Comments
 (0)