Skip to content

Commit

Permalink
added hack_for_elasticsearch_numpy_usage.py for numpy>2 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Jul 8, 2024
1 parent af95f20 commit 25d2f80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dcicutils/es_utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
import boto3
from .misc_utils import PRINT
import dcicutils.hack_for_elasticsearch_numpy_usage
import dcicutils.hack_for_elasticsearch_numpy_usage # noqa
from elasticsearch import Elasticsearch, RequestsHttpConnection
from aws_requests_auth.boto_utils import BotoAWSRequestsAuth

Expand Down
2 changes: 1 addition & 1 deletion dcicutils/ff_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import time

from collections import namedtuple
import dcicutils.hack_for_elasticsearch_numpy_usage
import dcicutils.hack_for_elasticsearch_numpy_usage # noqa
from elasticsearch.exceptions import AuthorizationException
from typing import Dict, List, Optional
from urllib.parse import parse_qs, urlencode, urlparse, urlunparse
Expand Down
2 changes: 1 addition & 1 deletion dcicutils/snapshot_utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import datetime
import logging

import dcicutils.hack_for_elasticsearch_numpy_usage
import dcicutils.hack_for_elasticsearch_numpy_usage # noqa
from elasticsearch.exceptions import NotFoundError
from .misc_utils import (
environ_bool, PRINT, camel_case_to_snake_case, full_object_name,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dcicutils"
version = "8.13.0"
version = "8.13.0.1b1" # TODO: To become 8.13.1
description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources"
authors = ["4DN-DCIC Team <support@4dnucleome.org>"]
license = "MIT"
Expand Down

0 comments on commit 25d2f80

Please sign in to comment.