Skip to content

Commit

Permalink
Merge pull request #52 from mtzgroup/feature-upgrade-qcop-fix-qcel-de…
Browse files Browse the repository at this point in the history
…fault-rotation
  • Loading branch information
coltonbh authored Mar 30, 2024
2 parents 2942a3e + ad8e0b0 commit ffe3f27
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [unreleased]

### Changed

- - Upgraded to `qcop>=0.5.1` and `qcio>=0.8.1` to fix QCElemental behavior that auto-rotates Molecules without user consent.

## [0.6.6] - 2024-03-26

### Added
Expand Down
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ license = "MIT"
python = "^3.8.1"
celery = { extras = ["redis"], version = "^5.2.7" }
pydantic = ">=2.0.0"
qcio = ">=0.7.1"
qcio = ">=0.8.1"
pydantic-settings = "^2.0.3"
# A list of all of the optional dependencies, some of which are included in the below
# `extras`. They can be opted into by apps. Clients should not need to install these.
geometric = { version = ">=1.0.1", optional = true }
qcengine = { version = ">=0.27.0", optional = true }
qcop = ">=0.5.0"
qcop = ">=0.5.1"

[tool.poetry.extras]
geometric = ["geometric"]
Expand Down

0 comments on commit ffe3f27

Please sign in to comment.