This repository was archived by the owner on Apr 2, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11from asreviewcontrib .covid19 .datasets import Covid19DataGroup
22
3- __version__ = "0.8.2 "
3+ __version__ = "0.9 "
44__extension_name__ = "asreview-covid19"
Original file line number Diff line number Diff line change 148148 },
149149 "cord19-all" : {
150150 "title" : " CORD-19" ,
151- "base_id" : " cord19" ,
151+ "base_id" : " cord19-all " ,
152152 "type" : " versioned" ,
153153 "configs" : [
154154 {
Original file line number Diff line number Diff line change 11{
22 "title" : " CORD-19" ,
3- "base_id" : " cord19" ,
3+ "base_id" : " cord19-all " ,
44 "type" : " versioned" ,
55 "filenames" : [
66 " cord19_v3_all.json" ,
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def create_complete_configs(from_file=True):
140140
141141 meta_data = {
142142 "title" : "CORD-19" ,
143- "base_id" : "cord19" ,
143+ "base_id" : "cord19-all " ,
144144 "type" : "versioned" ,
145145 "filenames" : [x for x in data_names ],
146146 }
Original file line number Diff line number Diff line change 5050 packages = find_namespace_packages (include = ['asreviewcontrib.*' ]),
5151 namespace_package = ["asreview" ],
5252 install_requires = [
53- "asreview>=0.9" ,
53+ "asreview>=0.9.4 " ,
5454 ],
5555
5656 extras_require = DEPS ,
You can’t perform that action at this time.
0 commit comments