Skip to content

Commit

Permalink
change tensorflow and transformers to old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zhugeyicixin committed Mar 12, 2021
1 parent f2df9f5 commit 1556d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
'tensorflow>=2.3.0',
'tensorflow==2.3.0',
'tensorflow-addons>=0.12.0',
'spacy',
'chemdataextractor',
'numpy',
'transformers>=4.3.2',
'transformers==4.2.2',
'torch',
'psutil',
],
Expand Down

0 comments on commit 1556d0e

Please sign in to comment.