Skip to content

Commit a8d391c

Browse files
committed
change: move pandas to test dependency
1 parent eabf1bd commit a8d391c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ def read_version():
4646

4747
# Specific use case dependencies
4848
extras = {
49-
"analytics": ["pandas"],
50-
"feature-store": ["pandas"],
5149
"local": [
5250
"urllib3>=1.21.1,!=1.25,!=1.25.1",
5351
"docker-compose>=1.25.2",
@@ -77,6 +75,7 @@ def read_version():
7775
"fabric>=2.0",
7876
"requests>=2.20.0, <3",
7977
"sagemaker-experiments",
78+
"pandas",
8079
],
8180
)
8281

0 commit comments

Comments
 (0)