Skip to content

Commit

Permalink
update with lastest transformers (4.11.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhugeyicixin committed Nov 3, 2021
1 parent 3fac11b commit 5709972
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions requirement.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tensorflow>=2.3.0
tensorflow-addons>=0.12.0
transformers>=4.3.2
tensorflow>=2.4.0
tensorflow-addons>=0.12.1
transformers>=4.4.2
torch
spacy
chemdataextractor
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@

if __name__ == "__main__":
setup(name='materials_entity_recognition',
version=3.1,
version=3.2,
author="Tanjin He",
author_email="[email protected]",
license="MIT License",
packages=find_packages(),
include_package_data=True,
install_requires=[
'tensorflow>=2.3.0',
'tensorflow-addons>=0.12.0',
'tensorflow>=2.4.0',
'tensorflow-addons>=0.12.1',
'spacy',
'chemdataextractor',
'numpy',
'transformers>=4.3.2',
'transformers>=4.4.2',
'torch',
'psutil',
],
Expand Down

0 comments on commit 5709972

Please sign in to comment.