Merge pull request #7 from eric6356/patch-1

Fix #6
This commit is contained in:
浅梦 2019-04-16 09:48:33 +08:00 committed by GitHub
commit df8bc2bb51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,9 +12,8 @@ REQUIRED_PACKAGES = [
'networkx==2.1',
'joblib==0.13.0',
'scikit-learn',
'numpy'
`tensorflow`
'numpy',
'tensorflow'
]