Skip to content

Commit

Permalink
Merge pull request #127 from IBM/pythoncall_fix
Browse files Browse the repository at this point in the history
revert compat bounds of pythoncall after bugfix
  • Loading branch information
ppalmes authored Aug 22, 2024
2 parents 9255530 + c2759a0 commit 37e1543
Showing 1 changed file with 2 additions and 2 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.5"
version = "0.4.6"

[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 = "1"
PythonCall = "0.9.0 - 0.9.21"
PythonCall = "0.9"
julia = "1.6"

[extras]
Expand Down

0 comments on commit 37e1543

Please sign in to comment.