Skip to content

Commit 987b364

Browse files
authored
Remove local mode dependencies from required. (#1131)
1 parent 26c35e6 commit 987b364

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,8 @@ def read_version():
3838
"numpy>=1.9.0",
3939
"protobuf>=3.1",
4040
"scipy>=0.19.0",
41-
"urllib3>=1.21, <1.25", # local mode dependencies -> remove in the next release
4241
"protobuf3-to-dict>=0.1.5",
4342
"requests>=2.20.0, <2.21",
44-
"docker-compose>=1.23.0", # local mode dependencies -> remove in the next release
4543
]
4644

4745
# Specific use case dependencies

0 commit comments

Comments
 (0)