Skip to content

Commit 6590d50

Browse files
fix: deps resolution
1 parent b8372df commit 6590d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def read_version():
5151
"local": [
5252
"urllib3==1.26.8",
5353
"docker-compose==1.29.2",
54-
"docker==5.0.0",
54+
"docker~=5.0.0",
5555
"PyYAML==5.4.1", # PyYAML version has to match docker-compose requirements
5656
],
5757
"scipy": ["scipy==1.5.4"],

0 commit comments

Comments
 (0)