Skip to content

Commit 69deb4c

Browse files
committed
Separate keras and tensorflow
1 parent 3c8a62b commit 69deb4c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ jobs:
4848
run: |
4949
python -m pip install --upgrade pip
5050
pip install -r requirements.txt
51-
pip install keras tensorflow torch
51+
pip install tensorflow
52+
pip install --upgrade keras
53+
pip install torch
5254
5355
# Build the PyGAD package distribution (generating .tar.gz and .whl files).
5456
# This ensures the package build process is valid on this Python version.

0 commit comments

Comments
 (0)