Skip to content

Commit adac453

Browse files
committed
update docs
1 parent ff77477 commit adac453

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,18 @@ Please refer to the official docs at [https://deeptables.readthedocs.io/en/lates
4747
`pip` is recommended to install DeepTables:
4848

4949
```bash
50-
pip install tensorflow==2.4.2 deeptables
50+
pip install tensorflow deeptables
5151
```
5252

5353
Note:
5454
* Tensorflow is required by DeepTables, install it before running DeepTables.
55-
* DeepTables was tested with TensorFlow version 2.0 to 2.4, install the tested version please.
5655

5756
**GPU** Setup (Optional)
5857

5958
To use DeepTables with GPU devices, install `tensorflow-gpu` instead of `tensorflow`.
6059

6160
```bash
62-
pip install tensorflow-gpu==2.4.2 deeptables
61+
pip install tensorflow-gpu deeptables
6362
```
6463

6564

docs/source/quick_start.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,26 @@
55
### Requirements
66
**Python 3**: DT requires Python version 3.6 or 3.7.
77

8-
**Tensorflow** >= 2.0.0: DT is based on TensorFlow. Please follow this [tutorial](https://www.tensorflow.org/install/pip) to install TensorFlow for python3.
8+
**Tensorflow** >= 2.4.0: DT is based on TensorFlow. Please follow this [tutorial](https://www.tensorflow.org/install/pip) to install TensorFlow for python3.
99

1010

1111
### Install DeepTables
1212

1313
`pip` is recommended to install DeepTables:
1414

1515
```bash
16-
pip install tensorflow==2.4.2 deeptables
16+
pip install tensorflow deeptables
1717
```
1818

1919
Note:
2020
* Tensorflow is required by DeepTables, install it before running DeepTables.
21-
* DeepTables was tested with TensorFlow version 2.0 to 2.4, install the tested version please.
2221

2322
**GPU** Setup (Optional)
2423

2524
To use DeepTables with GPU devices, install `tensorflow-gpu` instead of `tensorflow`.
2625

2726
```bash
28-
pip install tensorflow-gpu==2.4.2 deeptables
27+
pip install tensorflow-gpu deeptables
2928
```
3029

3130
***Verify the installation***:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tensorflow>=2.0.0,<2.5.0 # required at runtime
1+
# tensorflow>=2.4 # required at runtime
22
packaging
33
scipy>=1.3.1
44
pandas>=0.25.3

0 commit comments

Comments
 (0)