Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreGazagnes committed Feb 8, 2024
2 parents f28d972 + 82b47ed commit 1c118cf
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11.3",]
python-version: ["3.10.12",]
# python-version: ["3.8.1", "3.9.1", "3.10.12", "3.11.1", "3.12.1"]
poetry-version: ["1.7.0"]
# pandas-version: ["2.2.0", "2.1.0", "2.0.0", "1.5.0", "1.4.0", "1.3.0"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/statics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11.3",]
python-version: ["3.10.12",]
# python-version: ["3.8.1", "3.9.1", "3.10.12", "3.11.1", "3.12.1"]
poetry-version: ["1.7.0"]
# pandas-version: ["2.2.0", "2.1.0", "2.0.0", "1.5.0", "1.4.0", "1.3.0"]
Expand Down
53 changes: 49 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "scikit-transformers"
version = "0.1.1"
version = "0.2.0"
description = "Very Basic package make some usefull log transformation for scikit-learn"
authors = ["AlexandreGazagnes <[email protected]>"]
readme = "README.md"
packages = [{include = "sktransf"}]

[tool.poetry.dependencies]
# python = "3.10.12"
python = "3.11.3"
python = "3.10.12"
# python = "3.11.3"
scikit-learn = ">=1.0.0"
pandas = ">=1.4.0"

Expand Down
2 changes: 1 addition & 1 deletion sktransf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.1"
__version__ = "0.2.0"

__doc__ = """
Basic package to enable usefull transformers in scikit-learn pipelines.
Expand Down

0 comments on commit 1c118cf

Please sign in to comment.