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

fix pythoncall latest version bug #125

Merged
merged 2 commits into from
Aug 21, 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
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AutoMLPipeline"
uuid = "08437348-eef5-4817-bc1b-d4e9459680d6"
authors = ["Paulito Palmes <[email protected]>"]
version = "0.4.4"
version = "0.4.5"

[deps]
AMLPipelineBase = "e3c3008a-8869-4d53-9f34-c96f99c8a2b6"
Expand All @@ -14,9 +14,9 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
AMLPipelineBase = "0.1"
CondaPkg = "0.2"
DataFrames = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1"
PythonCall = "0.9"
julia = "1"
DataFrames = "1"
PythonCall = "0.9.0 - 0.9.21"
julia = "1.6"

[extras]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
4 changes: 0 additions & 4 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
```@meta
Author = "Paulito P. Palmes"
```

## AutoMLPipeline (AMLP)
is a package that makes it trivial to create
complex ML pipeline structures using simple
Expand Down
Loading