Skip to content

Commit

Permalink
appease sphinx black
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Aug 1, 2023
1 parent 667f899 commit eda8f6a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
17 changes: 9 additions & 8 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,23 @@ Changelog
.. +++++++++
.. v0.27.0 / 2023-08-DD
Unreleased
v0.27.0 / 2023-08-DD
--------------------

.. Breaking Changes
.. ++++++++++++++++
Breaking Changes
++++++++++++++++

.. New Features
.. ++++++++++++
New Features
++++++++++++

.. Enhancements
.. ++++++++++++
Enhancements
++++++++++++

Bug Fixes
+++++++++
- (:pr:`394`) Entos/Qcore - updated model environments.
- (:pr:`414`) Import `pydantic.v1` from pydantic v2 so that QCEngine can work with any >=1.8.2 pydantic
until QCEngine is updated for v2. If using v2, use QCElemental >=v0.26.0 that has a similar change.


v0.26.0 / 2022-11-30
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
cmdclass=versioneer.get_cmdclass(),
packages=setuptools.find_packages(),
setup_requires=[] + pytest_runner,
install_requires=["pyyaml", "py-cpuinfo", "psutil", "qcelemental>=0.24.0,<0.26.0", "pydantic>=1.8.2"],
install_requires=["pyyaml", "py-cpuinfo", "psutil", "qcelemental>=0.24.0,<0.27.0", "pydantic>=1.8.2"],
entry_points={"console_scripts": ["qcengine=qcengine.cli:main"]},
extras_require={
"docs": [
Expand All @@ -38,7 +38,7 @@
"numpydoc",
],
"tests": ["pytest", "pytest-cov"],
"lint": ["black"],
"lint": ["black>=22.1.0,<23.0a0"],
},
tests_require=["pytest", "pytest-cov"],
classifiers=[
Expand Down

0 comments on commit eda8f6a

Please sign in to comment.