Skip to content

Commit

Permalink
New requirements for TF and different versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch committed Dec 6, 2022
1 parent 5ea8355 commit 095871f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements-nogpu.txt; fi
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
5 changes: 0 additions & 5 deletions requirements-nogpu.txt

This file was deleted.

9 changes: 4 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
numpy == 1.18.5
scikit-learn == 0.23.2
scipy == 1.5.2.
tensorflow-gpu == 2.3.1
# keras==2.2.4
numpy
scikit-learn
scipy
tensorflow

0 comments on commit 095871f

Please sign in to comment.