Skip to content

Commit

Permalink
Relax the strict version pins for lmdbm, mpire, orjson, and pennylane (
Browse files Browse the repository at this point in the history
…#1795)

* Remove version pin on orjson

* Update CHANGELOG.md

* Update requirements.txt

* Update CHANGELOG.md

* Re-run tests

---------

Co-authored-by: Sankalp Sanand <[email protected]>
  • Loading branch information
Andrew-S-Rosen and kessler-frost authored Oct 3, 2023
1 parent 6885bb2 commit bfe3c35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Removed strict version pins on `lmdbm`, `mpire`, `orjson`, and `pennylane`
- Changed license to Apache

### Docs
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ dask[distributed]>=2022.6.0
fastapi>=0.93.0
filelock>=3.12.2
furl>=2.1.3
lmdbm==0.0.5
mpire==2.7.1
lmdbm>=0.0.5
mpire>=2.7.1
natsort>=8.4.0
networkx>=2.8.6
orjson==3.8.10
pennylane==0.31.1
orjson>=3.8.10
pennylane>=0.31.1
psutil>=5.9.0
pydantic>=2.1.1
python-socketio>=5.7.1
Expand Down

0 comments on commit bfe3c35

Please sign in to comment.