File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ # 0.3.2
2+
3+ * Update Pandas dependency (allow 2+ version)
4+
15# 0.3.1
6+
27* Add drop_duplicates on fetch data from LabelStudio (get_annotations_from_ls)
38
49# 0.3.0
2530
2631# 0.1.0
2732
28- * First version
33+ * First version
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " datapipe-label-studio-lite"
3- version = " 0.3.1 "
3+ version = " 0.3.2 "
44description = " "
55authors = [
66 " Alexander Kozlov <bobokvsky@epoch8.co>" ,
@@ -11,7 +11,7 @@ exclude = ["tests", "experiments"]
1111
1212[tool .poetry .dependencies ]
1313python = " >=3.8, <3.11"
14- pandas = " ^ 1.2.0"
14+ pandas = " >= 1.2.0, <3 "
1515numpy = " ^1.21.0"
1616SQLAlchemy = " ^1.4.25"
1717requests = " ^2.24.0"
@@ -24,7 +24,7 @@ black = "*"
2424
2525datapipe-core = {version =" >=0.13.0, <0.14" , extras =[" sqlite" ]}
2626
27- pytest = " * "
27+ pytest = " ^7.4.3 "
2828pytest-xdist = " *"
2929pytest-cases = " ^3.6.4"
3030
You can’t perform that action at this time.
0 commit comments