File tree 2 files changed +9
-15
lines changed
2 files changed +9
-15
lines changed Original file line number Diff line number Diff line change @@ -32,23 +32,19 @@ dependencies = [
32
32
33
33
[project .optional-dependencies ]
34
34
dev = [
35
- " black[jupyter]~=23.1 " ,
35
+ " black[jupyter]" ,
36
36
" coverage" ,
37
- " ddt~=1.5 " ,
37
+ " ddt" ,
38
38
" importlib_metadata" ,
39
- " ipywidgets" ,
40
- " mypy==1.3.0" ,
39
+ " mypy" ,
41
40
" jupyter-sphinx" ,
42
- " matplotlib" ,
43
41
" nbmake" ,
44
42
" nbsphinx" ,
45
- " pylatexenc" ,
46
- " pylint==2.14" ,
47
- " pytest==7.1" ,
48
- " qiskit_sphinx_theme~=1.16.0" ,
49
- " reno" ,
43
+ " pylint" ,
44
+ " pytest" ,
45
+ " qiskit[visualization]" ,
46
+ " qiskit_sphinx_theme" ,
50
47
" sphinx-autodoc-typehints" ,
51
- " tqdm>=4.59.0" ,
52
48
]
53
49
54
50
[tool .autoflake ]
Original file line number Diff line number Diff line change @@ -173,8 +173,7 @@ def scale_cr_pulses(
173
173
unroll_rzx_to_ecr : Optional [bool ] = True ,
174
174
force_zz_matches : Optional [bool ] = True ,
175
175
param_bind : Optional [dict ] = None ,
176
- ) -> List [QuantumCircuit ]:
177
- ...
176
+ ) -> List [QuantumCircuit ]: ...
178
177
179
178
180
179
@overload
@@ -184,8 +183,7 @@ def scale_cr_pulses(
184
183
unroll_rzx_to_ecr : Optional [bool ] = True ,
185
184
force_zz_matches : Optional [bool ] = True ,
186
185
param_bind : Optional [dict ] = None ,
187
- ) -> QuantumCircuit :
188
- ...
186
+ ) -> QuantumCircuit : ...
189
187
190
188
191
189
def scale_cr_pulses (
You can’t perform that action at this time.
0 commit comments