Skip to content

Commit

Permalink
Merge pull request #15 from qalita-io/feature/qalita-core-bump
Browse files Browse the repository at this point in the history
qalita core version bump
  • Loading branch information
armandleopold authored Feb 23, 2024
2 parents 3f10e3e + 0f5d5d8 commit 154e185
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion accuracy_pack/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
qalita-core = "^0.1.0"
qalita-core = "^0.2.0"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion data_compare_pack/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.10,<3.12"
datacompy = "^0.11.0"
qalita-core = "^0.1.0"
qalita-core = "^0.2.0"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion duplicates_finder_pack/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
qalita-core = "^0.1.0"
qalita-core = "^0.2.0"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion outlier_detection_pack/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
qalita-core = "^0.1.0"
qalita-core = "^0.2.0"
pyod = "^1.1.2"
numpy = "^1.26.3"
xlsxwriter = "^3.2.0"
Expand Down
2 changes: 1 addition & 1 deletion precision_recall_pack/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.10,<3.12"
scikit-learn = "^0.24.2"
qalita-core = "^0.1.0"
qalita-core = "^0.2.0"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion profiling_pack/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sqlalchemy = "^2.0.23"
html5lib = "^1.1"
beautifulsoup4 = "^4.12.3"
psycopg2-binary = "^2.9.9"
qalita-core = "^0.1.0"
qalita-core = "^0.2.0"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion schema_scanner_pack/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sqlalchemy = "^2.0.23"
html5lib = "^1.1"
beautifulsoup4 = "^4.12.3"
psycopg2-binary = "^2.9.9"
qalita-core = "^0.1.0"
qalita-core = "^0.2.0"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion timeliness_pack/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lxml = "^4.9.3"
pandas = "2.0.3"
openpyxl = "^3.1.2"
sqlalchemy = "^2.0.23"
qalita-core = "^0.1.0"
qalita-core = "^0.2.0"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion versioning_pack/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lxml = "^4.9.3"
pandas = "2.0.3"
openpyxl = "^3.1.2"
sqlalchemy = "^2.0.23"
qalita-core = "^0.1.0"
qalita-core = "^0.2.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 154e185

Please sign in to comment.