Skip to content

Commit

Permalink
Change pennylane==0.33.1 to pennylane>=0.31.1,<0.33.0 and remove …
Browse files Browse the repository at this point in the history
…redundant version from `tests/requirements.txt` (#1864)

* Remove upper bound on pennylane

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update requirements.txt

* Update requirements.txt

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update requirements.txt
  • Loading branch information
Andrew-S-Rosen authored Nov 25, 2023
1 parent 33f3df8 commit fb360b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

### Operations

- Change the strict version pin on `pennylane` from `==0.33.1` to `>=0.31.1,<0.33.0`

## [0.230.0-rc.0] - 2023-11-24

### Authors
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mpire>=2.7.1
natsort>=8.4.0
networkx>=2.8.6
orjson>=3.8.10
pennylane==0.31.1
pennylane>=0.31.1,<0.33.0
psutil>=5.9.0
pydantic>=2.1.1
python-multipart>=0.0.6
Expand Down
1 change: 0 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ isort>=5.10.1
locust>=2.11.0
mock>=4.0.3
nbconvert>=6.5.1
pennylane==0.31.1
pre-commit>=2.20.0
pytest>=7.1.3
pytest-asyncio>=0.21.0
Expand Down

0 comments on commit fb360b4

Please sign in to comment.