Skip to content

Commit 196a4fb

Browse files
committed
removing numpy dependency
1 parent 0b36642 commit 196a4fb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

opsgenie_sdk/api_client.py

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
# python 2 and python 3 compatibility library
2525
import six
2626
import tenacity
27-
from numpy import long
2827
from six.moves.urllib.parse import quote
2928
from urllib3.exceptions import HTTPError
3029

templates/setup.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ VERSION = "{{packageVersion}}"
1818
# prerequisite: setuptools
1919
# http://pypi.python.org/pypi/setuptools
2020

21-
REQUIRES = ["urllib3 >= 1.26.2", "six >= 1.10", "certifi", "python-dateutil", "numpy >= 1.16.3", "setuptools >= 21.0.0", "tenacity >= 5.0.4"]
21+
REQUIRES = ["urllib3 >= 1.26.2", "six >= 1.10", "certifi", "python-dateutil", "setuptools >= 21.0.0", "tenacity >= 5.0.4"]
2222
{{#asyncio}}
2323
REQUIRES.append("aiohttp >= 3.0.0")
2424
{{/asyncio}}

0 commit comments

Comments
 (0)