Skip to content

Commit e877bd5

Browse files
committed
Docs
1 parent 8cf6f62 commit e877bd5

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,15 @@ Requirements
1212
- numpy
1313
- scipy
1414
- scikit-learn
15-
- keras
16-
- tensorflow 2.X or tensorflow-gpu 2.X
15+
- tensorflow 2.X
1716

1817
Install requirements for computer vision experiments with pip:
19-
```
20-
pip install -f requirements.txt
21-
```
2218

23-
For the non-gpu version:
2419
```
25-
pip install -f requirements-nogpu.txt
20+
pip install -f requirements.txt
2621
```
2722

28-
Depending on your Python installation you might want to use anaconda or other tools.
23+
Depending on your Python installation you might want to use anaconda or venv or other tools.
2924

3025

3126
Installation

0 commit comments

Comments
 (0)