We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216f4b9 commit 57c083dCopy full SHA for 57c083d
.github/workflows/IntegrationTest.yml
@@ -17,6 +17,8 @@ jobs:
17
strategy:
18
matrix:
19
pkg:
20
+ - 'FusionTensors'
21
+ - 'GradedArrays'
22
- 'ITensorBase'
23
- 'NamedDimsArrays'
24
- 'QuantumOperatorDefinitions'
Project.toml
@@ -1,7 +1,7 @@
1
name = "BlockSparseArrays"
2
uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4"
3
authors = ["ITensor developers <[email protected]> and contributors"]
4
-version = "0.4.0"
+version = "0.4.1"
5
6
[deps]
7
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
0 commit comments