Skip to content

Commit 095871f

Browse files
committed
New requirements for TF and different versions
1 parent 5ea8355 commit 095871f

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

.github/workflows/test_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
pip install flake8 pytest
23-
if [ -f requirements.txt ]; then pip install -r requirements-nogpu.txt; fi
23+
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2424
- name: Lint with flake8
2525
run: |
2626
# stop the build if there are Python syntax errors or undefined names

requirements-nogpu.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

requirements.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
numpy
2+
scikit-learn
3+
scipy
4+
tensorflow

0 commit comments

Comments
 (0)