Skip to content

Commit aff176c

Browse files
committed
Merge branch 'dev' of github.com:KenelmQLH/EduNLP into dev
2 parents 344e6ed + d675143 commit aff176c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ipython"
88
]
99
test_deps = [
10-
'pytest>=4',
10+
'pytest<=8.0.2',
1111
'pytest-cov>=2.6.0',
1212
'pytest-flake8',
1313
'flake8<5.0.0'
@@ -38,6 +38,7 @@
3838

3939
vec_deps = [
4040
'gensim',
41+
'smart-open==6.4.0',
4142
'transformers<4.29.0',
4243
"tensorboard",
4344
'torchvision',

0 commit comments

Comments
 (0)