Skip to content

Commit 9d31939

Browse files
committed
try again
1 parent 059abfd commit 9d31939

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Build book HTML
2727
run: |
28-
jupyter-book build ./content
28+
KERAS_BACKEND="torch" jupyter-book build ./content
2929
3030
- name: Push _build/html to gh-pages
3131
run: |

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ numpy
55
sympy
66
scipy
77
keras
8-
tensorflow
8+
#tensorflow
9+
torch
910
pydot
1011
graphviz
1112
scikit-learn

0 commit comments

Comments
 (0)