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 5ea8355 commit 095871fCopy full SHA for 095871f
.github/workflows/test_python.yml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
python -m pip install --upgrade pip
22
pip install flake8 pytest
23
- if [ -f requirements.txt ]; then pip install -r requirements-nogpu.txt; fi
+ if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
24
- name: Lint with flake8
25
26
# stop the build if there are Python syntax errors or undefined names
requirements-nogpu.txt
requirements.txt
@@ -1,5 +1,4 @@
1
-numpy == 1.18.5
2
-scikit-learn == 0.23.2
3
-scipy == 1.5.2.
4
-tensorflow-gpu == 2.3.1
5
-# keras==2.2.4
+numpy
+scikit-learn
+scipy
+tensorflow
0 commit comments