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.
1 parent 19820c4 commit 6eccd48Copy full SHA for 6eccd48
.github/workflows/Documenter.yaml
@@ -37,7 +37,7 @@ jobs:
37
- uses: actions/checkout@v5
38
- uses: julia-actions/setup-julia@v2
39
with:
40
- version: "1"
+ version: "1.11"
41
- uses: julia-actions/cache@v2
42
- name: Instantiate docs environment
43
shell: julia --color=yes --project=docs {0}
CondaPkg.toml
@@ -1,3 +1,6 @@
1
+[deps]
2
+python = "<=3.13,>=3.9,<4"
3
+
4
[pip.deps]
5
jax = ">= 0.6"
6
tensorflow = ">= 2.17"
0 commit comments