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 1cccdc5 commit cef1ab6Copy full SHA for cef1ab6
.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.12 numpy==1.24 h5py
+ python3 -m pip install tensorflow==2.12 numpy==1.23 h5py
41
42
- name: Install R dependencies with pinned reticulate
43
0 commit comments