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 6a0d224 commit 1cccdc5Copy full SHA for 1cccdc5
.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Install Python deps
38
run: |
39
python3 -m pip install --upgrade pip
40
- python3 -m pip install tensorflow==2.16.1 numpy==1.24 h5py
+ python3 -m pip install tensorflow==2.12 numpy==1.24 h5py
41
42
- name: Install R dependencies with pinned reticulate
43
@@ -47,7 +47,7 @@ jobs:
47
cat("✅ Pointing reticulate to system Python...\n");
48
reticulate::use_python(Sys.getenv("RETICULATE_PYTHON"), required = TRUE);
49
cat("✅ Installing TensorFlow via R package...\n");
50
- tensorflow::install_tensorflow(version = "2.16.1");
+ tensorflow::install_tensorflow(version = "2.12");
51
'
52
53
- name: Configure GitHub PAT
0 commit comments