Skip to content

Commit 4f4824b

Browse files
authored
Merge pull request #20 from epoch8/datapipe-ml-opts
add more pandas versions
2 parents dfebdcc + 9f77b82 commit 4f4824b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
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
@@ -25,4 +30,4 @@
2530

2631
# 0.1.0
2732

28-
* First version
33+
* First version

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "datapipe-label-studio-lite"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = ""
55
authors = [
66
"Alexander Kozlov <bobokvsky@epoch8.co>",
@@ -11,7 +11,7 @@ exclude = ["tests", "experiments"]
1111

1212
[tool.poetry.dependencies]
1313
python = ">=3.8, <3.11"
14-
pandas = "^1.2.0"
14+
pandas = ">=1.2.0, <3"
1515
numpy = "^1.21.0"
1616
SQLAlchemy = "^1.4.25"
1717
requests = "^2.24.0"
@@ -24,7 +24,7 @@ black = "*"
2424

2525
datapipe-core = {version=">=0.13.0, <0.14", extras=["sqlite"]}
2626

27-
pytest = "*"
27+
pytest = "^7.4.3"
2828
pytest-xdist = "*"
2929
pytest-cases = "^3.6.4"
3030

0 commit comments

Comments
 (0)