Skip to content

Commit 1e3ef52

Browse files
committed
add HGQ to optional dependency
1 parent 51b46db commit 1e3ef52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ pytest_randomly.random_seeder =
4141
hls4ml = hls4ml:reseed
4242

4343
[options.extras_require]
44+
HGQ =
45+
HGQ~=0.2.0
4446
optimization =
4547
keras-tuner==1.1.3
4648
ortools==9.4.1874
@@ -52,6 +54,7 @@ profiling =
5254
sr =
5355
sympy
5456
testing =
57+
HGQ~=0.2.0
5558
pytest
5659
pytest-cov
5760
pytest-randomly

0 commit comments

Comments
 (0)