Skip to content

Commit ae21df3

Browse files
authored
Merge branch 'master' into processing-step-support-all-processors
2 parents 23a5fe2 + 334f942 commit ae21df3

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v2.29.2 (2021-03-11)
4+
5+
### Bug Fixes and Other Changes
6+
7+
* move pandas to required dependency from specific use cases
8+
39
## v2.29.1 (2021-03-09)
410

511
### Bug Fixes and Other Changes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.29.2.dev0
1+
2.29.3.dev0

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)