We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00fce54 + e02b8b3 commit 9276691Copy full SHA for 9276691
.github/workflows/comment_trigger_example.yml
@@ -27,7 +27,7 @@ jobs:
27
# https://github.com/actions/checkout/issues/331#issuecomment-1438220926
28
ref: refs/pull/${{ github.event.issue.number }}/head
29
- name: Setup Node.js 16
30
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
31
with:
32
node-version: 16
33
- name: Deploy
docs/Project.toml
@@ -1,5 +1,9 @@
1
[deps]
2
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
+HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
4
+ITensorMPS = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
5
+LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
6
+Strided = "5e0ebb24-38b0-5f93-81fe-25c709ecae67"
7
8
[compat]
9
Documenter = "0.27"
0 commit comments