Skip to content

Commit bc8a0d2

Browse files
authored
change: move pandas to required dependency from specific use cases (#2203)
1 parent eabf1bd commit bc8a0d2

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
@@ -42,12 +42,11 @@ def read_version():
4242
"smdebug_rulesconfig==1.0.1",
4343
"importlib-metadata>=1.4.0",
4444
"packaging>=20.0",
45+
"pandas",
4546
]
4647

4748
# Specific use case dependencies
4849
extras = {
49-
"analytics": ["pandas"],
50-
"feature-store": ["pandas"],
5150
"local": [
5251
"urllib3>=1.21.1,!=1.25,!=1.25.1",
5352
"docker-compose>=1.25.2",

0 commit comments

Comments
 (0)