Skip to content

Commit

Permalink
Prepare 0.8.1 (#112)
Browse files Browse the repository at this point in the history
* Don't attempt to install pyscf on Windows

It's broken on win32, so lift the dependency there.  qiskit-nature
does the same

* Prepare 0.8.1 release
  • Loading branch information
garrison authored Nov 13, 2024
1 parent 2e7330c commit 11f3b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "qiskit-addon-sqd"
version = "0.8.0"
version = "0.8.1"
readme = "README.md"
description = "Classically postprocess noisy quantum samples to yield more accurate energy estimations"
license = {file = "LICENSE.txt"}
Expand All @@ -27,7 +27,7 @@ requires-python = ">=3.9"
dependencies = [
"qiskit>=1.2",
"numpy>=1.26",
"pyscf>=2.5",
"pyscf>=2.5; sys_platform != 'win32'",
"jaxlib>=0.4.30",
"jax>=0.4.30",
"scipy>=1.13.1",
Expand Down

0 comments on commit 11f3b9a

Please sign in to comment.