Skip to content

Commit

Permalink
fix pythoncall latest version bug
Browse files Browse the repository at this point in the history
Signed-off-by: Paulito Palmes, PhD <[email protected]>
  • Loading branch information
ppalmes committed Aug 21, 2024
1 parent b4e99b8 commit b233d63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 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 @@ -15,7 +15,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
AMLPipelineBase = "0.1"
CondaPkg = "0.2"
DataFrames = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1"
PythonCall = "0.9"
PythonCall = "0.9.0, 0.9.15, 0.9.16, 0.9.17, 0.9.18, 0.9.19, 0.9.20, 0.9.21"
julia = "1"

[extras]
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

0 comments on commit b233d63

Please sign in to comment.