Skip to content

Commit

Permalink
Prepare 0.3.0 Release (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
manoelmarques committed Dec 16, 2021
1 parent 68e197d commit 73fa9a7
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
templates_path = ["_templates"]
html_css_files = ["style.css", "custom.css", "gallery.css"]

nbsphinx_timeout = 360
nbsphinx_timeout = 180
nbsphinx_execute = os.getenv("QISKIT_DOCS_BUILD_TUTORIALS", "never")
nbsphinx_widgets_path = ""
exclude_patterns = ["_build", "**.ipynb_checkpoints"]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
qiskit-terra>=0.17.0
qiskit-terra>=0.19.1
scipy>=1.4
numpy>=1.17
docplex>=2.21.207
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
author='Qiskit Optimization Development Team',
author_email='hello@qiskit.org',
license='Apache-2.0',
classifiers=(
classifiers=[
"Environment :: Console",
"License :: OSI Approved :: Apache Software License",
"Intended Audience :: Developers",
Expand All @@ -62,7 +62,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Scientific/Engineering"
),
],
keywords='qiskit sdk quantum optimization',
packages=setuptools.find_packages(include=['qiskit_optimization', 'qiskit_optimization.*']),
install_requires=REQUIREMENTS,
Expand Down

0 comments on commit 73fa9a7

Please sign in to comment.