Skip to content
This repository was archived by the owner on Feb 3, 2021. It is now read-only.

Commit f98d037

Browse files
authored
Fix: update incompatible dependencies in setup.py (#639)
1 parent 6eda21e commit f98d037

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ def find_package_files(root, directory, dest=""):
4141
license='MIT',
4242
packages=find_packages(exclude=["tests"]),
4343
install_requires=[
44-
"azure-batch==4.1.3",
45-
"azure-mgmt-batch==5.0.0",
46-
"azure-mgmt-storage==1.5.0",
47-
"azure-storage-blob==1.1.0",
44+
"azure-batch~=4.1.3",
45+
"azure-mgmt-batch~=5.0.0",
46+
"azure-mgmt-storage~=2.0.0",
47+
"azure-storage-blob~=1.3.1",
4848
"pyyaml>=3.12",
4949
"pycryptodomex>=3.4",
5050
"paramiko>=2.4",

0 commit comments

Comments
 (0)