Skip to content

Commit 6a5a52b

Browse files
authored
relax retrying dependency specification
1 parent f79853d commit 6a5a52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def read_version():
2929

3030
packages = setuptools.find_packages(where="src", exclude=("test",))
3131

32-
required_packages = ["boto3", "numpy", "six", "psutil", "retrying>=1.3.3,<1.4", "scipy"]
32+
required_packages = ["boto3", "numpy", "six", "psutil", "retrying>=1.3.3,<1.5", "scipy"]
3333

3434
# enum is introduced in Python 3.4. Installing enum back port
3535
if sys.version_info < (3, 4):

0 commit comments

Comments
 (0)