Skip to content

Commit

Permalink
bump versions, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
heltluke committed Jul 2, 2024
1 parent efa74ee commit a370f11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@

<h3>Bug fixes</h3>

* Calls `scipy.integrate.simpson` instead of `scipy.integrate.simps` to be compatible with `scipy==1.14.0` and explicitly states `dtype=object` when creating ragged `numpy` arrays to be compatible with `numpy==1.26.4`. [#748](https://github.com/XanaduAI/strawberryfields/pull/748)

<h3>Documentation</h3>

<h3>Contributors</h3>

This release contains contributions from (in alphabetical order):

Theodor Isacsson
Luke Helt, Theodor Isacsson


# Release 0.23.0 (current release)
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
networkx==2.7.1
numba==0.55.1
numpy==1.21.5
numpy==1.26.4
plotly==5.6.0
python-dateutil==2.8.2
quantum-blackbird==0.4.0
requests==2.27.1
scipy==1.8.0
scipy==1.14.0
sympy==1.10
tensorflow==2.8.0
tensorboard==2.8.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"python-dateutil>=2.8.0",
"quantum-blackbird>=0.4.0",
"requests>=2.22.0",
"scipy>=1.0.0",
"scipy>=1.14.0",
"sympy>=1.5",
"thewalrus>=0.18.0",
"toml",
Expand Down

0 comments on commit a370f11

Please sign in to comment.