File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
66setup (
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" ,
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' ,
You can’t perform that action at this time.
0 commit comments