esa / pygmo2

A Python platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
https://esa.github.io/pygmo2/
Mozilla Public License 2.0
436 stars 56 forks source link

fix dill for mac/windows builds #116

Closed kirbyherm closed 1 year ago

kirbyherm commented 1 year ago

didn't see the files in tools/ for the mac and windows builds so i'm updating those to require dill=0.3.5.1 to see if those fix the CI builds

kirbyherm commented 1 year ago

I should have implemented this in #115 but all the checks now include dill=0.3.5.1 and all pass

darioizzo commented 1 year ago

closing this as CI is fixed in #117