Skip to content

Commit fb018ca

Browse files
committed
pin docker
1 parent 5b57baa commit fb018ca

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
@@ -51,7 +51,7 @@ def read_version():
5151
"local": [
5252
"urllib3>=1.21.1,!=1.25,!=1.25.1",
5353
"docker-compose>=1.25.2",
54-
"docker!=5.0.1",
54+
"docker==5.0.0",
5555
"PyYAML>=5.3, <6", # PyYAML version has to match docker-compose requirements
5656
],
5757
"scipy": ["scipy>=0.19.0"],

0 commit comments

Comments
 (0)