forked from Qiskit/qiskit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-dev.txt
43 lines (36 loc) · 1.54 KB
/
requirements-dev.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Requirements to develop Terra, and the minimum needed to run its CI. All
# optional requirements should go in `requirements-optionals.txt` instead.
#
# Version requirements here can be more restrictive than elsewhere, because they
# never become actual package requirements, but still try to be as relaxed as
# possible so it's easy to develop multiple packages from the same venv.
# Style
black[jupyter]~=22.0
# Lint
#
# These versions are pinned precisely because pylint frequently includes new
# on-by-default lint failures in new versions, which breaks our CI.
astroid==2.14.2
pylint==2.16.2
ruff==0.0.267
# Tests
coverage>=4.4.0
hypothesis>=4.24.3
stestr>=2.0.0,!=4.0.0
ddt>=1.2.0,!=1.4.0,!=1.4.3
# Documentation tooling.
#
# This alone is not sufficient to fully build the documentation, because several
# components of Qiskit use some of its optional dependencies in order to document
# themselves. These are the requirements that are _only_ required for the docs
# build, and are not used by Qiskit itself.
#
# Be careful when adding new requirements. We want to keep the docs build simple because
# we only build docs in this repo to generate API references that get consumed by
# https://github.com/Qiskit/documentation. For example, coordinate adding dependencies
# like `sphinx-design` to make sure that `Qiskit/documentation` will be able to
# consume it properly.
Sphinx>=6.0,<7.2
# TODO: switch to stable release when 4.1 is released
reno @ git+https://github.com/openstack/reno.git@81587f616f17904336cdc431e25c42b46cd75b8f
sphinxcontrib-katex==0.9.9