Skip to content

Commit bcf24a7

Browse files
authored
Update setup.py
release v1.1.0
1 parent 33e7965 commit bcf24a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
setup(
77
name="flagai",
8-
version="v1.0.5",
8+
version="v1.1.0",
99
description="FlagAI aims to help researchers and developers to freely train and test large-scale models for NLP tasks.",
1010
long_description=open("README.md", encoding="utf-8").read(),
1111
long_description_content_type="text/markdown",
1212
author="BAAI-Open",
13-
author_email="liuguang@baai.ac.cn",
13+
author_email="open@baai.ac.cn",
1414
url="https://github.com/BAAI-Open/FlagAI",
1515
packages=find_packages(exclude="tests"), # same as name
1616
license="Apache 2.0",
@@ -24,7 +24,7 @@
2424
'jieba==0.42.1',
2525
'scikit-learn==1.0.2',
2626
'tensorboard==2.9.0',
27-
'transformers==4.18.0',
27+
'transformers==4.20.1',
2828
'datasets==2.0.0',
2929
'setuptools==59.5.0',
3030
'protobuf==3.20.1',

0 commit comments

Comments
 (0)