!8 Update requirements.txt

Merge pull request !8 from wangtq/master
This commit is contained in:
opengauss-bot 2020-07-01 16:50:11 +08:00 committed by Gitee
commit 5854902242
2 changed files with 8 additions and 6 deletions

View File

@ -27,11 +27,13 @@ pip install -r requirements.txt
## Dependencies
python3.5+
tensorflow==1.15.2
keras-rl
keras
tensorflow>=2.2.0
keras-rl2
keras>=2.4.0
paramiko
**Suggest:** Firstly, please upgrade your pip. ```python -m pip install --upgrade pip```
## Start tuning
1. Start your database instance first;
2. Choose a benchmark(TPC-C, TPC-H, etc.) and store data in your database;

View File

@ -1,4 +1,4 @@
tensorflow==1.15.2
keras-rl
keras<=2.2.5
tensorflow>=2.2.0
keras-rl2
keras>=2.4.0
paramiko