diff --git a/setup.cfg b/setup.cfg index a23715c..0501c16 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,7 @@ install_requires = click >=8.0, <9.0 qlink-interface >=1.0, <2.0 numpy >=1.22 - scipy >=1.8 + scipy >=1.11.1 pyyaml >=6.0, <7.0 [options.extras_require] @@ -31,4 +31,5 @@ squidasm = [options.entry_points] console_scripts = - netqasm = netqasm.runtime.cli:cli \ No newline at end of file + netqasm = netqasm.runtime.cli:cli +