IQVIA-ML / TreeParzen.jl

TreeParzen.jl, a pure Julia hyperparameter optimiser with MLJ integration
Other
35 stars 5 forks source link

Cleanup some dependencies #62

Closed ablaom closed 3 years ago

ablaom commented 3 years ago

A continuation of #61 which adds julia 1.6 testing to CI. Additions:

I suggest adding CompatHelper to flag compatibility updates; will open separate PR for this.

Note: SpecialFunctions is at 0.8. but latest is 1.3 - a fair gap. However, 0.9 requires julia 1.3 while TreeParzen is currently good for all julia ^1. So I wouldn't recommend any further action until a new LTS release of julia is announced (a decision re 1.6 has not been made, as far as I understand).

yalwan-iqvia commented 3 years ago

Thanks for looking into this Anthony, once we understand/resolve the commented out tests this should be good to go