diff --git a/ereuse_devicehub/parser/computer.py b/ereuse_devicehub/parser/computer.py index 75f0c74c..ceb41141 100644 --- a/ereuse_devicehub/parser/computer.py +++ b/ereuse_devicehub/parser/computer.py @@ -3,6 +3,7 @@ import re from contextlib import suppress from datetime import datetime from fractions import Fraction +from math import hypot from typing import Iterator, List, Optional, Type, TypeVar import dateutil.parser @@ -12,7 +13,6 @@ from ereuse_utils.nested_lookup import ( get_nested_dicts_with_key_containing_value, get_nested_dicts_with_key_value, ) -from numpy import hypot from ereuse_devicehub.parser import base2, unit, utils from ereuse_devicehub.parser.utils import Dumpeable diff --git a/requirements.txt b/requirements.txt index 96cafc65..6c6a90d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,6 +43,5 @@ tqdm==4.32.2 python-decouple==3.3 python-dotenv==0.14.0 pyjwt==2.0.0a1 -numpy==1.16.3 pint==0.9 dmidecode==0.9.0