Skip to content

Commit 16f43fd

Browse files
committedNov 27, 2023
update dependencies
1 parent 2f8976c commit 16f43fd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,4 @@ citationClassifierV.py
8484
citations_v
8585
requirements-v.txt
8686
veracity
87+
data/sequenceLabelling/BEL/all_bel_relations.csv

‎requirements.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ lmdb==1.2.1
1010
truecase
1111
requests>=2.20
1212
pandas==1.3.5
13-
transformers==4.25.1
13+
transformers==4.33.2
1414
torch==1.10.1
1515
pytest
1616
tensorflow-addons==0.19.0
17+
blingfire==0.1.8
18+
accelerate>=0.20.3

‎setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@
2222
'unidecode==1.3.2',
2323
'pydot==1.4.0',
2424
'lmdb==1.2.1',
25-
'transformers==4.25.1',
25+
'transformers==4.33.2',
2626
'torch==1.10.1',
2727
'truecase',
2828
'requests>=2.20',
2929
'pandas==1.3.5',
3030
'pytest',
31-
'tensorflow-addons==0.19.0'
31+
'tensorflow-addons==0.19.0',
32+
'accelerate>=0.20.3'
3233
],
3334
classifiers=[
3435
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)
Please sign in to comment.