We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d6cfd commit 5c3d783Copy full SHA for 5c3d783
setup.cfg
@@ -27,8 +27,8 @@ classifiers =
27
packages = find_namespace:
28
python_requires = >=3.6
29
install_requires =
30
- cocotb >= 1.6.0
31
- cocotb-bus
+ cocotb >= 2.0.0
+ cocotb-bus >= 0.3.0
32
33
[options.extras_require]
34
test =
@@ -91,5 +91,5 @@ source =
91
92
# do not report dependencies
93
[coverage:report]
94
-omit =
+omit =
95
.tox/*
0 commit comments