Skip to content

Commit

Permalink
update text-preprocessing version
Browse files Browse the repository at this point in the history
  • Loading branch information
clovis committed Feb 6, 2021
1 parent d54664c commit 5d8c332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name="textpair",
version="2.0",
version="2.0beta1",
author="The ARTFL Project",
author_email="[email protected]",
packages=["textpair"],
Expand All @@ -33,7 +33,7 @@
"cython",
"pystemmer",
"lxml",
"text_preprocessing @ git+https://github.com/ARTFL-Project/[email protected]#egg=text_preprocessing",
"text_preprocessing @ git+https://github.com/ARTFL-Project/[email protected].2#egg=text_preprocessing",
],
extras_require={"web": ["mod_wsgi", "flask", "flask-cors", "psycopg2-binary"]},
)

0 comments on commit 5d8c332

Please sign in to comment.