Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
Signed-off-by: saimedhi <[email protected]>
  • Loading branch information
saimedhi committed Jun 17, 2024
1 parent 87e531b commit 7ab4f0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ deepmerge
Events
setuptools

# No wheels for Python 3.10 yet!
numpy; python_version<"3.10"
pandas; python_version<"3.10"
numpy; python_version<="3.12"
pandas; python_version<="3.12"

pyyaml>=5.4

Expand Down
2 changes: 1 addition & 1 deletion test_opensearchpy/test_serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def test_serializes_numpy_floats(self) -> None:

ser = JSONSerializer()
for np_type in (
np.float_,
np.float64,
np.float32,
np.float64,
):
Expand Down

0 comments on commit 7ab4f0f

Please sign in to comment.