Skip to content

Commit

Permalink
Release/2.55.4 (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
brenopapa authored Sep 23, 2024
1 parent de9af34 commit 0ff8250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycarol/schema_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_schema_type_for(cls, t):

"""docstring for get_schema_type_for"""

if np.__version__.startswith("1.2"):
if np.__version__ >= "1.2":
np.int = np.int64
np.float = np.float64

Expand Down

0 comments on commit 0ff8250

Please sign in to comment.