Skip to content

Commit

Permalink
Merge branch 'master' into lp/bloch-vector
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela committed May 2, 2023
2 parents 9be1bca + 7644f36 commit 817c8b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
matrix:
version:
- '1.7'
- '1.8'
os:
- ubuntu-latest
- macOS-latest
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ TensorCast = "02d47bb6-7ce6-556a-be16-bb1710789e2b"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"

[compat]
Convex = "0.15"
DocStringExtensions = "0.8.3"
Convex = "0.13.7, 0.14, 0.15"
DocStringExtensions = "0.8.3, 0.9"
MatrixEnsembles = "0.1"
SCS = "1.1.0"
StatsBase = "0.33.2"
StatsBase = "0.33.2, 0.34"
TensorCast = "0.3.2, 0.4"
TensorOperations = "3.0.1"
julia = "1.7"
Expand Down

0 comments on commit 817c8b2

Please sign in to comment.