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 gooddata-pandas/gooddata_pandas/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from typing import Any, Dict, Optional, Union

import pandas
from pandas.core.index import Index, MultiIndex
from pandas import Index, MultiIndex

from gooddata_sdk import Attribute, CatalogAttribute, InsightAttribute, InsightMetric, Metric, ObjId, SimpleMetric
from gooddata_sdk.type_converter import AttributeConverterStore, DateConverter, DatetimeConverter, IntegerConverter
Expand Down
2 changes: 1 addition & 1 deletion gooddata-pandas/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pandas
pandas>=1.0.0,<2.0.0
importlib-metadata >= 1.0 ; python_version >= "3.7"
2 changes: 1 addition & 1 deletion gooddata-pandas/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

REQUIRES = [
"gooddata-sdk~=0.8.0",
"pandas",
"pandas>=1.0.0,<2.0.0",
'importlib-metadata >= 1.0 ; python_version >= "3.7"',
]

Expand Down