Skip to content

Commit 71ea8c6

Browse files
committed
Document Keras version
1 parent 4d9ecff commit 71ea8c6

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
sudo apt-get install libblas-dev liblapack-dev libatlas-base-dev gfortran
1414
# python libs
1515
sudo pip3 install --upgrade pip
16-
sudo pip3 install numpy scipy h5py "tensorflow==2.18" "keras==3.8.0"
16+
sudo pip3 install numpy scipy h5py "tensorflow==2.18.0" "keras==3.8.0"
1717
echo "Python version:"
1818
python3 --version
1919
echo "Version numbers of TensorFlow and Keras:"

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,10 @@ Requirements and Installation
140140

141141
- A **C++14**-compatible compiler: Compilers from these versions on are fine: GCC 4.9, Clang 3.7 (libc++ 3.7) and Visual C++ 2015
142142
- Python 3.9 or higher
143-
- TensorFlow 2.18 (These are the tested versions, but somewhat older ones might work too.)
143+
- TensorFlow 2.18.0
144+
- Keras 3.8.0
145+
146+
(These are the tested versions, but somewhat older ones might work too.)
144147

145148
Guides for different ways to install frugally-deep can be found in [`INSTALL.md`](INSTALL.md).
146149

0 commit comments

Comments
 (0)