mirror of
https://github.com/Tencent/Metis.git
synced 2025-12-26 04:02:48 +00:00
mysql-python --> mysqlclient for compatibility with Py2 and Py3
This commit is contained in:
parent
99a8ecb66f
commit
63845334c6
|
|
@ -14,7 +14,7 @@ install:
|
|||
- pip install tsfresh==0.11.1
|
||||
- pip install django==1.11.13
|
||||
- pip install pylint
|
||||
- pip install mysql-python
|
||||
- pip install mysqlclient
|
||||
- pip install scikit-learn
|
||||
- npm install
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue