Skip to content

Commit

Permalink
Update util.py to work with NumPy 1.24+
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Dec 19, 2022
1 parent 987e87d commit db9478a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cooler/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ def _empty_series(name, dtype, index=None):


def get_meta(
columns, dtype=None, index_columns=None, index_names=None, default_dtype=np.object
columns, dtype=None, index_columns=None, index_names=None, default_dtype=np.object_
): # pragma: no cover
"""
Extracted and modified from pandas/io/parsers.py :
Expand Down

0 comments on commit db9478a

Please sign in to comment.