Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def run(self):
"plotly<6.0.0", # Snowpark pandas 3rd party library testing
# TODO(SNOW-1938831): Test snowflake-ml-python on python 3.12 once
# snowflake-ml-python is available on python 3.12.
"snowflake-ml-python; python_version<'3.12'",
"snowflake-ml-python>=1.8.0; python_version<'3.12'",
],
"localtest": [
"pandas",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19259,7 +19259,6 @@ def unstack(
self._raise_not_implemented_error_for_timedelta()

level = [level]

index_names = self.get_index_names()

# Check to see if we have a MultiIndex, if we do, make sure we remove
Expand Down
Loading