Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qalita core version bump #15

Merged
merged 1 commit into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading