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 3c8a62b commit 69deb4cCopy full SHA for 69deb4c
1 file changed
.github/workflows/main.yml
@@ -48,7 +48,9 @@ jobs:
48
run: |
49
python -m pip install --upgrade pip
50
pip install -r requirements.txt
51
- pip install keras tensorflow torch
+ pip install tensorflow
52
+ pip install --upgrade keras
53
+ pip install torch
54
55
# Build the PyGAD package distribution (generating .tar.gz and .whl files).
56
# This ensures the package build process is valid on this Python version.
0 commit comments