Skip to content

Commit 73fa9a7

Browse files
Prepare 0.3.0 Release (#286)
1 parent 68e197d commit 73fa9a7

11 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
templates_path = ["_templates"]
111111
html_css_files = ["style.css", "custom.css", "gallery.css"]
112112

113-
nbsphinx_timeout = 360
113+
nbsphinx_timeout = 180
114114
nbsphinx_execute = os.getenv("QISKIT_DOCS_BUILD_TUTORIALS", "never")
115115
nbsphinx_widgets_path = ""
116116
exclude_patterns = ["_build", "**.ipynb_checkpoints"]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
qiskit-terra>=0.17.0
1+
qiskit-terra>=0.19.1
22
scipy>=1.4
33
numpy>=1.17
44
docplex>=2.21.207

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
author='Qiskit Optimization Development Team',
4949
author_email='hello@qiskit.org',
5050
license='Apache-2.0',
51-
classifiers=(
51+
classifiers=[
5252
"Environment :: Console",
5353
"License :: OSI Approved :: Apache Software License",
5454
"Intended Audience :: Developers",
@@ -62,7 +62,7 @@
6262
"Programming Language :: Python :: 3.8",
6363
"Programming Language :: Python :: 3.9",
6464
"Topic :: Scientific/Engineering"
65-
),
65+
],
6666
keywords='qiskit sdk quantum optimization',
6767
packages=setuptools.find_packages(include=['qiskit_optimization', 'qiskit_optimization.*']),
6868
install_requires=REQUIREMENTS,

0 commit comments

Comments
 (0)