From 184aec61cbeacc1adff55f3b8968b392f167c430 Mon Sep 17 00:00:00 2001 From: Jake Freck Date: Tue, 7 Aug 2018 18:48:24 -0700 Subject: [PATCH] update setup.py --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 743252a8..355f732d 100644 --- a/setup.py +++ b/setup.py @@ -41,10 +41,10 @@ def find_package_files(root, directory, dest=""): license='MIT', packages=find_packages(exclude=["tests"]), install_requires=[ - "azure-batch==4.1.3", - "azure-mgmt-batch==5.0.0", - "azure-mgmt-storage==1.5.0", - "azure-storage-blob==1.1.0", + "azure-batch~=4.1.3", + "azure-mgmt-batch~=5.0.0", + "azure-mgmt-storage~=2.0.0", + "azure-storage-blob~=1.3.1", "pyyaml>=3.12", "pycryptodomex>=3.4", "paramiko>=2.4",