Skip to content

Commit

Permalink
Remove deprecated and removed numpy.string_.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed May 17, 2024
1 parent 8e13bfe commit 0aea325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fitsio/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def cfitsio_version(asfloat=False):
numpy.uint64, numpy.int64)

# different for py3
_stypes += (numpy.string_, numpy.str_)
_stypes += (numpy.str_, )

# for header keywords
_ftypes = (float, numpy.float32, numpy.float64)
Expand Down

0 comments on commit 0aea325

Please sign in to comment.