Skip to content

Commit

Permalink
remove dask ref in release note
Browse files Browse the repository at this point in the history
  • Loading branch information
doichanj committed Aug 15, 2024
1 parent 8033664 commit f957710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions releasenotes/notes/0.9/custom-executor-3d0048b4dd4fa722.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ features:
Supported executors include those in the Python ``concurrent.futures``
`module <https://docs.python.org/3/library/concurrent.futures.html>`__
(eg. ``ThreadPoolExecutor``, ``ProcessPoolExecutor``), and
`Dask <http://dask.org>`__ distributed Client executors if the optional
Dask <http://dask.org>__ distributed Client executors if the optional
dask library is installed. Using a Dask executor allows configuring parallel
execution of multiple circuits on HPC clusters. See the
Dask executor :ref:`API Documentation dask` for additional details
Dask executor API Documentation dask for additional details
on using Dask executors for HPC simulation.

0 comments on commit f957710

Please sign in to comment.