Browse Source

update setup.py

pull/53/head
DHengW 1 year ago
parent
commit
f30ed4e0c1
2 changed files with 1 additions and 1 deletions
  1. +0
    -1
      requirements.txt
  2. +1
    -0
      setup.py

+ 0
- 1
requirements.txt View File

@@ -11,6 +11,5 @@ pypinyin
keras
tensorflow
gensim
glove-python-binary
transformers
datasets

+ 1
- 0
setup.py View File

@@ -23,6 +23,7 @@ setup(name="automl-x",
'keras',
'tensorflow',
'gensim',
'pyarrow>=6.0.0'
# 'glove-python-binary',
'transformers',
'datasets',


Loading…
Cancel
Save