We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
retrying
1 parent f79853d commit 6a5a52bCopy full SHA for 6a5a52b
setup.py
@@ -29,7 +29,7 @@ def read_version():
29
30
packages = setuptools.find_packages(where="src", exclude=("test",))
31
32
-required_packages = ["boto3", "numpy", "six", "psutil", "retrying>=1.3.3,<1.4", "scipy"]
+required_packages = ["boto3", "numpy", "six", "psutil", "retrying>=1.3.3,<1.5", "scipy"]
33
34
# enum is introduced in Python 3.4. Installing enum back port
35
if sys.version_info < (3, 4):
0 commit comments