Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:KenelmQLH/EduNLP into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
KenelmQLH committed Mar 4, 2024
2 parents 344e6ed + d675143 commit aff176c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ipython"
]
test_deps = [
'pytest>=4',
'pytest<=8.0.2',
'pytest-cov>=2.6.0',
'pytest-flake8',
'flake8<5.0.0'
Expand Down Expand Up @@ -38,6 +38,7 @@

vec_deps = [
'gensim',
'smart-open==6.4.0',
'transformers<4.29.0',
"tensorboard",
'torchvision',
Expand Down

0 comments on commit aff176c

Please sign in to comment.