Skip to content

Commit 2b11c14

Browse files
author
louis
committed
Solve build error from appveyor.docs.yml (build and deploy docs)(skip ci)
Invalid requirement: 'deepcut>=2,tensorflow<3'
1 parent 5be6c38 commit 2b11c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ install:
4343
- sudo pip3 install -r requirements.txt
4444
- sudo pip3 install torch==1.2.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
4545
- sudo pip3 install --upgrade emoji epitran gensim numpy pandas pyicu sklearn-crfsuite ssg
46-
- sudo pip3 install --upgrade "deepcut>=2,tensorflow<3"
46+
- sudo pip3 install --upgrade "tensorflow>=1.14,<2" deepcut
4747
- sudo pip3 install --upgrade boto smart_open sphinx sphinx-rtd-theme
4848

4949
#---------------------------------#

0 commit comments

Comments
 (0)