Skip to content

Commit

Permalink
removed unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohamkumar Chauhan committed Dec 11, 2024
1 parent 64ccb03 commit 53ea8bf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ boto3 = "==1.29.1"
watchdog = "==4.0.0"
charset-normalizer = "==3.3.2"
numpy = "<2.0.0"
pre-commit = "*"

[dev-packages]
freezegun = "*"
Expand Down
Empty file removed git
Empty file.
2 changes: 0 additions & 2 deletions taipy/core/config/data_node_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,13 @@ class DataNodeConfig(Section):
_EXPOSED_TYPE_NUMPY = "numpy"
_EXPOSED_TYPE_PANDAS_DATAFRAME = pandas.DataFrame
_EXPOSED_TYPE_NUMPY_NDARRAY = numpy.ndarray
_EXPOSED_TYPE_LIST = List
_DEFAULT_EXPOSED_TYPE = _EXPOSED_TYPE_PANDAS

_ALL_EXPOSED_TYPES = [
_EXPOSED_TYPE_PANDAS,
_EXPOSED_TYPE_NUMPY,
_EXPOSED_TYPE_PANDAS_DATAFRAME,
_EXPOSED_TYPE_NUMPY_NDARRAY,
_EXPOSED_TYPE_LIST,
]

_OPTIONAL_ENCODING_PROPERTY = "encoding"
Expand Down
1 change: 0 additions & 1 deletion taipy/core/data/_tabular_datanode_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class _TabularDataNodeMixin(object):
_EXPOSED_TYPE_PANDAS = "pandas"
_EXPOSED_TYPE_MODIN = "modin" # Deprecated in favor of pandas since 3.1.0
_VALID_STRING_EXPOSED_TYPES = [_EXPOSED_TYPE_PANDAS, _EXPOSED_TYPE_NUMPY]
_VALID_OTHER_EXPOSED_TYPES = [pd.DataFrame, np.ndarray]
_EXPOSED_TYPE_PANDAS_DATAFRAME = pd.DataFrame
_EXPOSED_TYPE_NUMPY_NDARRAY = np.ndarray

Expand Down

0 comments on commit 53ea8bf

Please sign in to comment.