yingda.chen 3 years ago
parent
commit
dbb450932d
3 changed files with 4 additions and 7 deletions
  1. +2
    -3
      requirements/docs.txt
  2. +0
    -2
      requirements/nlp.txt
  3. +2
    -2
      requirements/tests.txt

+ 2
- 3
requirements/docs.txt View File

@@ -1,7 +1,6 @@
docutils==0.16.0
docutils>=0.16.0
recommonmark
sphinx==4.0.2
sphinx>=4.0.2
sphinx-book-theme
sphinx-copybutton
sphinx_markdown_tables
sphinx_rtd_theme==0.5.2

+ 0
- 2
requirements/nlp.txt View File

@@ -1,5 +1,3 @@

http://ait-public.oss-cn-hangzhou-zmf.aliyuncs.com/jizhu/en_core_web_sm-2.3.1.tar.gz
pai-easynlp
rouge_score
sofa>=1.0.5


+ 2
- 2
requirements/tests.txt View File

@@ -1,5 +1,5 @@
expecttest
flake8
isort==4.3.21
isort>=4.3.21
pre-commit
yapf==0.30.0
yapf==0.30.0 # use fix version to ensure consistent auto-styling

Loading…
Cancel
Save