diff --git a/setup.py b/setup.py index 66e0f9c8..534bb725 100644 --- a/setup.py +++ b/setup.py @@ -23,8 +23,8 @@ install_requires = [ "colorama", "pyserial>=3,<4,!=3.3", "requests>=2.4.0,<3", - "semantic_version>=2.5.0,<3", - "tabulate>=0.8.3" + "semantic_version>=2.5.0,<2.7.0", + "tabulate>=0.8.3,<1" ] setup(