Skip to content

Commit

Permalink
Merge branch 'develop' into memory-improvements-pr-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost authored Oct 3, 2023
2 parents 0745b19 + bfe3c35 commit 801842b
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 801842b

Please sign in to comment.